accrete 0.0.67__py3-none-any.whl → 0.0.68__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,18 +36,19 @@
36
36
  {% else %}
37
37
  {% with val=obj|field_attr:field is_relation=field.is_relation %}
38
38
  <td style="text-align: {{ field.alignment.value }}" {% if val|length > field.truncate_after %}title="{{ val }}"{% endif %}>
39
- <span><span class="responsive-heading has-text-weight-light" style="margin-right: .2rem">{{ field.label }}:</span>
40
- {% if is_relation and val.get_absolute_url %}<a href="{{ obj|related_obj_url:field.name }}" class="is-underlined">{% endif %}
41
- {{ field.prefix }}
42
- {% block td_content %}
43
- {% if field.truncate_after > 0 %}
44
- {{ val|default_if_none:'---'|truncatechars:field.truncate_after }}
45
- {% else %}
46
- {{ val|default_if_none:'---' }}
47
- {% endif %}
48
- {% endblock %}
49
- {{ field.suffix }}
50
- {% if is_relation %}</a>{% endif %}
39
+ <span>
40
+ <span class="responsive-heading has-text-weight-light" style="margin-right: .2rem">{{ field.label }}:</span>
41
+ {% if is_relation and val.get_absolute_url %}<a href="{{ obj|related_obj_url:field.name }}" class="is-underlined">{% endif %}
42
+ {{ field.prefix }}
43
+ {% block td_content %}
44
+ {% if field.truncate_after > 0 %}
45
+ {{ val|default_if_none:'---'|truncatechars:field.truncate_after }}
46
+ {% else %}
47
+ {{ val|default_if_none:'---' }}
48
+ {% endif %}
49
+ {% endblock %}
50
+ {{ field.suffix }}
51
+ {% if is_relation %}</a>{% endif %}
51
52
  </span>
52
53
  </td>
53
54
  {% endwith %}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: accrete
3
- Version: 0.0.67
3
+ Version: 0.0.68
4
4
  Summary: Django Shared Schema Multi Tenant
5
5
  Author-email: Benedikt Jilek <benedikt.jilek@pm.me>
6
6
  License: Copyright (c) 2023 Benedikt Jilek
@@ -167,7 +167,7 @@ accrete/contrib/ui/templates/ui/detail.html,sha256=b1HC1QCGooo6tLh7fLhEDPau1tIOz
167
167
  accrete/contrib/ui/templates/ui/form.html,sha256=mlrMsxUOn5RkyROLYBHWzdWckN8Cg-2-ynD0SRmuXSM,627
168
168
  accrete/contrib/ui/templates/ui/layout.html,sha256=f8K0KDlh_eDz0UKH0IB34dBjPtDiNgsuPgysK-DYLgE,14792
169
169
  accrete/contrib/ui/templates/ui/list.html,sha256=pgrnv9PDwIZ_oSpWxqMRdVaWXiGEJyNCFgdMb2BoKmg,1442
170
- accrete/contrib/ui/templates/ui/table.html,sha256=VPenu1tutFqxCz2EhwKwsCeOF5FfrnxKNFtONISG_Rc,4388
170
+ accrete/contrib/ui/templates/ui/table.html,sha256=8ELtgxoapCyNsvmGISAGXe712lG6AkP_nekb4OVLK3I,4481
171
171
  accrete/contrib/ui/templates/ui/partials/filter.html,sha256=2vmeL3980rMmkRnmVtZh9mBHe6S0PTMjaGIN1J6SpNM,7184
172
172
  accrete/contrib/ui/templates/ui/partials/form_errors.html,sha256=C5ktasYff2xBTiWfM6QR8qaGKSyK9QufB3B9N77KGpg,1386
173
173
  accrete/contrib/ui/templates/ui/partials/form_modal.html,sha256=E52tFaIL3mcWRBHEamkOL1ZSBsBv08JsYFkoUtlhGgc,1165
@@ -222,7 +222,7 @@ accrete/utils/dates.py,sha256=apM6kt6JhGrKgoT0jfav1W-8AUVTxNc9xt3fJQ2n0JI,1492
222
222
  accrete/utils/forms.py,sha256=Lll-DvAhKZDw72XeuCtb4wxQEJNFp7lQWh_Z1GyH3Zk,3049
223
223
  accrete/utils/http.py,sha256=mAtQRgADv7zu1_j7A-EKVyb-oqa5a21i4Gd0QfjzGV0,3540
224
224
  accrete/utils/models.py,sha256=EEhv7-sQVtQD24PEb3XcDUAh3VVhVFoMMLyFrDjGEaI,706
225
- accrete-0.0.67.dist-info/METADATA,sha256=niAjux3lsBLmzXVoEWda4F4AGWvvi4CfzfuJzRbtXys,4892
226
- accrete-0.0.67.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
227
- accrete-0.0.67.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
228
- accrete-0.0.67.dist-info/RECORD,,
225
+ accrete-0.0.68.dist-info/METADATA,sha256=qVprViNkf6XUtepa6XErqzMIqKbu3xMLUPNVF-Vxpv4,4892
226
+ accrete-0.0.68.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
227
+ accrete-0.0.68.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
228
+ accrete-0.0.68.dist-info/RECORD,,