constec 0.7.2__py3-none-any.whl → 0.7.3__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,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
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: constec
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Base library for the Constec ecosystem - shared utilities, models, and namespace foundation
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/TpmyCT/constec-python
@@ -6,6 +6,7 @@ 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
9
10
  constec/db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
11
  constec/db/models/__init__.py,sha256=zEUX56xTEGi09ZVcRwDzSnPeKPv1Dl7pIZdAzlLhD-U,2686
11
12
  constec/db/models/automation.py,sha256=am5WsGiEJyVGd1wA51wrLUiSofOzPJbQxqaa97Kx2dw,13643
@@ -29,8 +30,8 @@ constec/shared/exceptions.py,sha256=8Bih40RWoH0gVhto09mH2ppSQV_drHPnGWITcoD-0J0,
29
30
  constec/utils/__init__.py,sha256=brf-G4UvU-3CK_rKNPTaHwsVsxnoJSbml_QTZJSM7d0,458
30
31
  constec/utils/cuit.py,sha256=dQKGlA4pRQ5DyR-N4BiV8ZsvAle2Vgjif7PU72zHx_A,2753
31
32
  constec/utils/password.py,sha256=XNpTJ9xZQSoZNjXEAnexAEZuYkwW1dFgX4AY-B5Q0gA,1462
32
- constec-0.7.2.dist-info/licenses/LICENSE,sha256=a1R51ONDGq0UQfV-n3ybsNL7EGhcC2sQ1sXvRANaFVI,1064
33
- constec-0.7.2.dist-info/METADATA,sha256=lUQQvreB-tsCaLyCu5nr879yIYwQVDtgjSdPGBB4rVY,2954
34
- constec-0.7.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
35
- constec-0.7.2.dist-info/top_level.txt,sha256=bQ9AydOLlthShsr7tA7t7ivbLvlLPdhHOo0BdWgnh_Y,8
36
- constec-0.7.2.dist-info/RECORD,,
33
+ constec-0.7.3.dist-info/licenses/LICENSE,sha256=a1R51ONDGq0UQfV-n3ybsNL7EGhcC2sQ1sXvRANaFVI,1064
34
+ constec-0.7.3.dist-info/METADATA,sha256=9CNeqFaY1EMgk__5bIxHke9jIhBnsJ-c9ciGRxGXWeI,2954
35
+ constec-0.7.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
+ constec-0.7.3.dist-info/top_level.txt,sha256=bQ9AydOLlthShsr7tA7t7ivbLvlLPdhHOo0BdWgnh_Y,8
37
+ constec-0.7.3.dist-info/RECORD,,