accrete 0.0.123__py3-none-any.whl → 0.0.124__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.
@@ -0,0 +1,17 @@
1
+ # Generated by Django 5.1.4 on 2025-02-19 18:25
2
+
3
+ from django.db import migrations
4
+
5
+
6
+ class Migration(migrations.Migration):
7
+
8
+ dependencies = [
9
+ ('country', '0002_auto_20250219_1759'),
10
+ ]
11
+
12
+ operations = [
13
+ migrations.AlterModelOptions(
14
+ name='country',
15
+ options={'ordering': ['-order_priority', 'name'], 'verbose_name': 'Country', 'verbose_name_plural': 'Countries'},
16
+ ),
17
+ ]
@@ -1,5 +1,4 @@
1
1
  from django.db import models
2
- from django.db.models.functions import Lower
3
2
  from django.utils.translation import gettext_lazy as _
4
3
  from accrete.fields import TranslatedCharField
5
4
 
@@ -10,7 +9,7 @@ class Country(models.Model):
10
9
  verbose_name = _('Country')
11
10
  verbose_name_plural = _('Countries')
12
11
  db_table = 'accrete_country'
13
- ordering = ['-order_priority', Lower('name')]
12
+ ordering = ['-order_priority', 'name']
14
13
 
15
14
  name = TranslatedCharField(
16
15
  verbose_name=_('Name')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: accrete
3
- Version: 0.0.123
3
+ Version: 0.0.124
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
@@ -16,9 +16,10 @@ accrete/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  accrete/contrib/country/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  accrete/contrib/country/admin.py,sha256=0dAcFPfC8c80fhKKOL26-5Wl1uWXBYrkUJEjo2sEkk4,329
18
18
  accrete/contrib/country/apps.py,sha256=95KSUCEezHIvXmxGXCST7Ag1xvpREHQGy2mIJWWx9R0,162
19
- accrete/contrib/country/models.py,sha256=waflXa6oCVowzFQmhySQohzRmcjB10mv25EehCqDR-U,983
19
+ accrete/contrib/country/models.py,sha256=yEAr-hiqEYcx9nfQRKNl5L-u00Dcm0HtJOiTBAyZbO4,931
20
20
  accrete/contrib/country/migrations/0001_initial.py,sha256=M-wKIa9gFtkZHatg-m-LRvrUrEZcKnenRtxLu7NMLbQ,1261
21
21
  accrete/contrib/country/migrations/0002_auto_20250219_1759.py,sha256=hSP0WEErHHJWCYTYvJSI00JWzH1iEcobNLR_4n8Ygq8,24841
22
+ accrete/contrib/country/migrations/0003_alter_country_options.py,sha256=0reOOdHuApMA5pw4ga6BW63TCG2U1i8T8oSug7EjUXw,428
22
23
  accrete/contrib/country/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
24
  accrete/contrib/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
25
  accrete/contrib/log/admin.py,sha256=xeuLk1GdU_M0rZR8SQUzcMeWvV9ud0hz_LJmaut5eJE,1211
@@ -257,7 +258,7 @@ accrete/utils/forms.py,sha256=IvxbXNpSd4a-JBgsTJhs2GHe-DCRWX-xnVPRcoiCzbI,3104
257
258
  accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
258
259
  accrete/utils/models.py,sha256=2xTacvcpmDK_Bp4rAK7JdVLf8HU009LYNJ6eSpMgYZI,1014
259
260
  accrete/utils/views.py,sha256=AutijWetWGgjdO1PNc4gxCblT-i1fAfldNDFRbO9Sac,5012
260
- accrete-0.0.123.dist-info/METADATA,sha256=wUGZk9TrXWGL3Hnzb4GofGgl-cM2DQ4g1leMMPOsQhM,4953
261
- accrete-0.0.123.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
262
- accrete-0.0.123.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
263
- accrete-0.0.123.dist-info/RECORD,,
261
+ accrete-0.0.124.dist-info/METADATA,sha256=t5RtdauYf-_78nhDHBlh1JDvc5TkKvumKieil4khE6o,4953
262
+ accrete-0.0.124.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
263
+ accrete-0.0.124.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
264
+ accrete-0.0.124.dist-info/RECORD,,