django-cfg 1.4.68__py3-none-any.whl → 1.4.69__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.
Potentially problematic release.
This version of django-cfg might be problematic. Click here for more details.
- django_cfg/__init__.py +1 -1
- django_cfg/modules/django_admin/config/admin_config.py +8 -0
- django_cfg/pyproject.toml +1 -1
- {django_cfg-1.4.68.dist-info → django_cfg-1.4.69.dist-info}/METADATA +1 -1
- {django_cfg-1.4.68.dist-info → django_cfg-1.4.69.dist-info}/RECORD +8 -8
- {django_cfg-1.4.68.dist-info → django_cfg-1.4.69.dist-info}/WHEEL +0 -0
- {django_cfg-1.4.68.dist-info → django_cfg-1.4.69.dist-info}/entry_points.txt +0 -0
- {django_cfg-1.4.68.dist-info → django_cfg-1.4.69.dist-info}/licenses/LICENSE +0 -0
django_cfg/__init__.py
CHANGED
|
@@ -96,6 +96,14 @@ class AdminConfig(BaseModel):
|
|
|
96
96
|
default_factory=list,
|
|
97
97
|
description="Fields with raw ID widget"
|
|
98
98
|
)
|
|
99
|
+
filter_horizontal: List[str] = Field(
|
|
100
|
+
default_factory=list,
|
|
101
|
+
description="M2M fields with horizontal filter widget"
|
|
102
|
+
)
|
|
103
|
+
filter_vertical: List[str] = Field(
|
|
104
|
+
default_factory=list,
|
|
105
|
+
description="M2M fields with vertical filter widget"
|
|
106
|
+
)
|
|
99
107
|
prepopulated_fields: Dict[str, tuple] = Field(
|
|
100
108
|
default_factory=dict,
|
|
101
109
|
description="Auto-populate fields (e.g., {'slug': ('name',)})"
|
django_cfg/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "django-cfg"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.69"
|
|
8
8
|
description = "Django AI framework with built-in agents, type-safe Pydantic v2 configuration, and 8 enterprise apps. Replace settings.py, validate at startup, 90% less code. Production-ready AI workflows for Django."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
keywords = [ "django", "configuration", "pydantic", "settings", "type-safety", "pydantic-settings", "django-environ", "startup-validation", "ide-autocomplete", "ai-agents", "enterprise-django", "django-settings", "type-safe-config",]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-cfg
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.69
|
|
4
4
|
Summary: Django AI framework with built-in agents, type-safe Pydantic v2 configuration, and 8 enterprise apps. Replace settings.py, validate at startup, 90% less code. Production-ready AI workflows for Django.
|
|
5
5
|
Project-URL: Homepage, https://djangocfg.com
|
|
6
6
|
Project-URL: Documentation, https://djangocfg.com
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
django_cfg/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
django_cfg/__init__.py,sha256=
|
|
2
|
+
django_cfg/__init__.py,sha256=87Afsd0OsMU0j9vvMvIdbybWTRkILN5zlaKGwBTsxe0,1620
|
|
3
3
|
django_cfg/apps.py,sha256=72m3uuvyqGiLx6gOfE-BD3P61jddCCERuBOYpxTX518,1605
|
|
4
4
|
django_cfg/config.py,sha256=y4Z3rnYsHBE0TehpwAIPaxr---mkvyKrZGGsNwYso74,1398
|
|
5
5
|
django_cfg/apps/__init__.py,sha256=JtDmEYt1OcleWM2ZaeX0LKDnRQzPOavfaXBWG4ECB5Q,26
|
|
@@ -666,7 +666,7 @@ django_cfg/modules/django_admin/base/pydantic_admin.py,sha256=0xKaELl6rCdSkw_U2n
|
|
|
666
666
|
django_cfg/modules/django_admin/base/unfold_admin.py,sha256=iqpRWSkzW5HktXDuuG7G3J6RoIfW48dWPMJTa7Yk08g,729
|
|
667
667
|
django_cfg/modules/django_admin/config/__init__.py,sha256=UJGJMP1iAguzd33E1BgeIjWaooFYylku3aR_Arib-cg,604
|
|
668
668
|
django_cfg/modules/django_admin/config/action_config.py,sha256=JjS01JxLT-FzUVq7RlKaB7L38wmVL8uibXO_iXZcljo,1668
|
|
669
|
-
django_cfg/modules/django_admin/config/admin_config.py,sha256=
|
|
669
|
+
django_cfg/modules/django_admin/config/admin_config.py,sha256=vX9CVjC8FgDLdkhUMHNqkpaoO9c1dhzR4mNltET12kM,4569
|
|
670
670
|
django_cfg/modules/django_admin/config/field_config.py,sha256=TXdmz1GHC0N7euzqgB9p5EhFCYzsEobb8VSgS4kG4ho,8928
|
|
671
671
|
django_cfg/modules/django_admin/config/fieldset_config.py,sha256=5BPUWO_HvS6YhPU_vqQPzRT2y3OIPrBCioFuer5-mrA,1249
|
|
672
672
|
django_cfg/modules/django_admin/icons/README.md,sha256=j-NUixSC1QJh7PqYKxLZpPrTxKrAnx0urQraXgv4JHI,5612
|
|
@@ -1103,9 +1103,9 @@ django_cfg/utils/version_check.py,sha256=WO51J2m2e-wVqWCRwbultEwu3q1lQasV67Mw2aa
|
|
|
1103
1103
|
django_cfg/CHANGELOG.md,sha256=jtT3EprqEJkqSUh7IraP73vQ8PmKUMdRtznQsEnqDZk,2052
|
|
1104
1104
|
django_cfg/CONTRIBUTING.md,sha256=DU2kyQ6PU0Z24ob7O_OqKWEYHcZmJDgzw-lQCmu6uBg,3041
|
|
1105
1105
|
django_cfg/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
|
|
1106
|
-
django_cfg/pyproject.toml,sha256
|
|
1107
|
-
django_cfg-1.4.
|
|
1108
|
-
django_cfg-1.4.
|
|
1109
|
-
django_cfg-1.4.
|
|
1110
|
-
django_cfg-1.4.
|
|
1111
|
-
django_cfg-1.4.
|
|
1106
|
+
django_cfg/pyproject.toml,sha256=1-Wg8Zd5b1rjUXJEhM7lzHjw-FGm-Nvgs220cfZIBOs,8155
|
|
1107
|
+
django_cfg-1.4.69.dist-info/METADATA,sha256=QjQ5P7rM1QqosLgSJTnyvRAfgDsk9ABZeK__0VEiTTw,22589
|
|
1108
|
+
django_cfg-1.4.69.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1109
|
+
django_cfg-1.4.69.dist-info/entry_points.txt,sha256=Ucmde4Z2wEzgb4AggxxZ0zaYDb9HpyE5blM3uJ0_VNg,56
|
|
1110
|
+
django_cfg-1.4.69.dist-info/licenses/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
|
|
1111
|
+
django_cfg-1.4.69.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|