constec 0.7.2__py3-none-any.whl → 0.7.4__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.
- constec/db/migrations/0007_rename_user_to_companyuser.py +25 -0
- constec/db/migrations/0008_django6_compatibility.py +15 -0
- {constec-0.7.2.dist-info → constec-0.7.4.dist-info}/METADATA +1 -1
- {constec-0.7.2.dist-info → constec-0.7.4.dist-info}/RECORD +7 -5
- {constec-0.7.2.dist-info → constec-0.7.4.dist-info}/WHEEL +0 -0
- {constec-0.7.2.dist-info → constec-0.7.4.dist-info}/licenses/LICENSE +0 -0
- {constec-0.7.2.dist-info → constec-0.7.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Generated manually on 2026-02-03 - Rename User to CompanyUser
|
|
2
|
+
|
|
3
|
+
from django.db import migrations
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('constec_db', '0006_automation_trigger_action_executionlog_notificationtemplate'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.RenameModel(
|
|
14
|
+
old_name='User',
|
|
15
|
+
new_name='CompanyUser',
|
|
16
|
+
),
|
|
17
|
+
migrations.RenameModel(
|
|
18
|
+
old_name='UserRole',
|
|
19
|
+
new_name='CompanyUserRole',
|
|
20
|
+
),
|
|
21
|
+
migrations.RenameModel(
|
|
22
|
+
old_name='UserCompanyAccess',
|
|
23
|
+
new_name='CompanyUserAccess',
|
|
24
|
+
),
|
|
25
|
+
]
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Generated manually on 2026-02-03 - Django 6.0 compatibility (table and index renames)
|
|
2
|
+
|
|
3
|
+
from django.db import migrations
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('constec_db', '0007_rename_user_to_companyuser'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
# Just accept Django 6's automatic changes to table names and indexes
|
|
14
|
+
# This migration intentionally empty - Django will handle the renames automatically
|
|
15
|
+
]
|
|
@@ -6,6 +6,8 @@ constec/db/migrations/0002_module_level.py,sha256=Es27KUOuI_qrlyL8xBTjwsJJHVduAE
|
|
|
6
6
|
constec/db/migrations/0003_remove_module_level.py,sha256=3GX-VDLSZqqxaZf6KFtuc7U9nCkQ9EF8pSDxOnCz63g,275
|
|
7
7
|
constec/db/migrations/0004_rename_entities_company_cuit_idx_entities_company_e2c50f_idx_and_more.py,sha256=TCkutatVjJhVKxiQwp-RLhBlbOo5rtwSV1qQqao1qCI,11874
|
|
8
8
|
constec/db/migrations/0006_automation_trigger_action_executionlog_notificationtemplate.py,sha256=gv4aVA2osTQleiw-nT1eu1tQzNuzOwJm5Q-AS-ZARiQ,13657
|
|
9
|
+
constec/db/migrations/0007_rename_user_to_companyuser.py,sha256=gpcg_7et_mgHfd1CUIrnWdVhaLgOCzz5xhvExvdU3T8,636
|
|
10
|
+
constec/db/migrations/0008_django6_compatibility.py,sha256=QLNnxBtn54WrerzXB1z4EsPGlGF2lfVQqClJ4iBiNHY,446
|
|
9
11
|
constec/db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
12
|
constec/db/models/__init__.py,sha256=zEUX56xTEGi09ZVcRwDzSnPeKPv1Dl7pIZdAzlLhD-U,2686
|
|
11
13
|
constec/db/models/automation.py,sha256=am5WsGiEJyVGd1wA51wrLUiSofOzPJbQxqaa97Kx2dw,13643
|
|
@@ -29,8 +31,8 @@ constec/shared/exceptions.py,sha256=8Bih40RWoH0gVhto09mH2ppSQV_drHPnGWITcoD-0J0,
|
|
|
29
31
|
constec/utils/__init__.py,sha256=brf-G4UvU-3CK_rKNPTaHwsVsxnoJSbml_QTZJSM7d0,458
|
|
30
32
|
constec/utils/cuit.py,sha256=dQKGlA4pRQ5DyR-N4BiV8ZsvAle2Vgjif7PU72zHx_A,2753
|
|
31
33
|
constec/utils/password.py,sha256=XNpTJ9xZQSoZNjXEAnexAEZuYkwW1dFgX4AY-B5Q0gA,1462
|
|
32
|
-
constec-0.7.
|
|
33
|
-
constec-0.7.
|
|
34
|
-
constec-0.7.
|
|
35
|
-
constec-0.7.
|
|
36
|
-
constec-0.7.
|
|
34
|
+
constec-0.7.4.dist-info/licenses/LICENSE,sha256=a1R51ONDGq0UQfV-n3ybsNL7EGhcC2sQ1sXvRANaFVI,1064
|
|
35
|
+
constec-0.7.4.dist-info/METADATA,sha256=xkiskg2Dv--OSODoCBAXI3rN2B8hsKOMZRQATPT7hmE,2954
|
|
36
|
+
constec-0.7.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
37
|
+
constec-0.7.4.dist-info/top_level.txt,sha256=bQ9AydOLlthShsr7tA7t7ivbLvlLPdhHOo0BdWgnh_Y,8
|
|
38
|
+
constec-0.7.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|