constec 0.5.0__py3-none-any.whl → 0.5.1__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.
@@ -250,7 +250,7 @@ class Migration(migrations.Migration):
250
250
  default=list,
251
251
  help_text="Array de nombres de variables esperadas ['customer_name', 'amount']"
252
252
  )),
253
- ('is_active', models.BooleanField(default=True)),
253
+ # is_active inherited from UUIDModel
254
254
  ('company', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='constec_db.company')),
255
255
  ('created_by', models.ForeignKey(
256
256
  on_delete=django.db.models.deletion.CASCADE,
@@ -360,8 +360,7 @@ class NotificationTemplate(UUIDModel):
360
360
  help_text="Array de nombres de variables esperadas ['customer_name', 'amount']"
361
361
  )
362
362
 
363
- # Estado
364
- is_active = models.BooleanField(default=True)
363
+ # is_active inherited from UUIDModel
365
364
 
366
365
  class Meta:
367
366
  db_table = '"automations"."notification_templates"'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: constec
3
- Version: 0.5.0
3
+ Version: 0.5.1
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,10 +6,10 @@ 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/0005_event.py,sha256=kyvEFOAbOJj3daDzOWcIhfXD8gl5EpIHYvRy3880cZc,2892
9
- constec/db/migrations/0006_automation_trigger_action_executionlog_notificationtemplate.py,sha256=dWkwIdD2ZCGylkemax2JM2QHaiTzcwJ_YP-vmjZ3x0o,13311
9
+ constec/db/migrations/0006_automation_trigger_action_executionlog_notificationtemplate.py,sha256=-BqCVpccMElsaYQzJ8fznoEQ8h1TC8M7DLlMEv-Is2c,13298
10
10
  constec/db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  constec/db/models/__init__.py,sha256=tzeMhD6Bxs8Z8dBHEGBeIBm1ZrMKk66TlZEOD92InKU,2463
12
- constec/db/models/automation.py,sha256=q_dZht1UkPV9fUjV3hrepLDw2PQTCDejflX6IoHb7ww,13734
12
+ constec/db/models/automation.py,sha256=_toRKPIGeTd54aLSnEsRUkCH42md18gXrj-xnnmTv-g,13712
13
13
  constec/db/models/base.py,sha256=Urbz9iyOtSxdTfgtEYbtBLmTiea2QAcLq0L40tAzEq8,736
14
14
  constec/db/models/company.py,sha256=APYsbiNoqQ-73wxFP0jq3AByHNHn3Jjbe_J_iwpD9gM,1047
15
15
  constec/db/models/contact.py,sha256=VJ66YgzCqp09dzYM5IK9rZZV1jqBepJQO8YK28gA98k,2106
@@ -30,8 +30,8 @@ constec/shared/exceptions.py,sha256=8Bih40RWoH0gVhto09mH2ppSQV_drHPnGWITcoD-0J0,
30
30
  constec/utils/__init__.py,sha256=brf-G4UvU-3CK_rKNPTaHwsVsxnoJSbml_QTZJSM7d0,458
31
31
  constec/utils/cuit.py,sha256=dQKGlA4pRQ5DyR-N4BiV8ZsvAle2Vgjif7PU72zHx_A,2753
32
32
  constec/utils/password.py,sha256=XNpTJ9xZQSoZNjXEAnexAEZuYkwW1dFgX4AY-B5Q0gA,1462
33
- constec-0.5.0.dist-info/licenses/LICENSE,sha256=a1R51ONDGq0UQfV-n3ybsNL7EGhcC2sQ1sXvRANaFVI,1064
34
- constec-0.5.0.dist-info/METADATA,sha256=hqTzpvQWT4CA1vHlRJojVG8q2ex9VXx3IswlfY5g0U8,2954
35
- constec-0.5.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
- constec-0.5.0.dist-info/top_level.txt,sha256=bQ9AydOLlthShsr7tA7t7ivbLvlLPdhHOo0BdWgnh_Y,8
37
- constec-0.5.0.dist-info/RECORD,,
33
+ constec-0.5.1.dist-info/licenses/LICENSE,sha256=a1R51ONDGq0UQfV-n3ybsNL7EGhcC2sQ1sXvRANaFVI,1064
34
+ constec-0.5.1.dist-info/METADATA,sha256=QYP8HnKGHkj4CSqXNJJQotIOvKTMw68Fu8EglVUe_iU,2954
35
+ constec-0.5.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
+ constec-0.5.1.dist-info/top_level.txt,sha256=bQ9AydOLlthShsr7tA7t7ivbLvlLPdhHOo0BdWgnh_Y,8
37
+ constec-0.5.1.dist-info/RECORD,,