django-cfg 1.4.77__py3-none-any.whl → 1.4.78__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 CHANGED
@@ -32,7 +32,7 @@ Example:
32
32
  default_app_config = "django_cfg.apps.DjangoCfgConfig"
33
33
 
34
34
  # Version information
35
- __version__ = "1.4.77"
35
+ __version__ = "1.4.78"
36
36
  __license__ = "MIT"
37
37
 
38
38
  # Import registry for organized lazy loading
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.77"
7
+ version = "1.4.78"
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",]
@@ -12,11 +12,8 @@
12
12
  <script src="{% static 'admin/js/utils.js' %}"></script>
13
13
  <script src="{% static 'admin/js/alpine/dashboard-tabs.js' %}"></script>
14
14
 
15
- <!-- Alpine.js Collapse Plugin (must load before Alpine.js) -->
16
- <script src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
17
-
18
- <!-- Alpine.js - Load last with defer -->
19
- <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
15
+ <!-- Note: Alpine.js and its plugins are already loaded by Unfold's skeleton.html -->
16
+ <!-- Removed duplicate Alpine.js CDN loading to prevent conflicts with Unfold's Alpine instance -->
20
17
 
21
18
  <!-- Admin Styles -->
22
19
  <link rel="stylesheet" href="{% static 'admin/css/layout.css' %}">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-cfg
3
- Version: 1.4.77
3
+ Version: 1.4.78
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=r1vXPUzr5kPmFXeFotBoZHc-WivqRP8GVazpgtpzzx4,1620
2
+ django_cfg/__init__.py,sha256=21SK6gwhcOqj9Lnv_SO7096Ttzk7mUK9gTytijxj__s,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
@@ -1088,7 +1088,7 @@ django_cfg/templates/admin/import_export/change_list_export.html,sha256=oFBsnpgZ
1088
1088
  django_cfg/templates/admin/import_export/change_list_import.html,sha256=jL7Dhjcbx8IfzY-ltlxoWLvF97tD9B77moj8Mh6sRjY,1214
1089
1089
  django_cfg/templates/admin/import_export/change_list_import_export.html,sha256=KWnPbkv_kP5TlAKBRutbk_eFTqPXDt6_SmxXULE94iE,1840
1090
1090
  django_cfg/templates/admin/layouts/base_dashboard.html,sha256=8d5WmgT8JzfwxODflLjgsw3cAoW50ikyGwPEHoO4u20,2019
1091
- django_cfg/templates/admin/layouts/dashboard_with_tabs.html,sha256=G2UvfWDG8KJfuDDRlbV9cBhHjG5VfOXzgbxppGDYn_o,6884
1091
+ django_cfg/templates/admin/layouts/dashboard_with_tabs.html,sha256=wK43wZ4Zfe3PTGUt08CQm28E5IKBx0W6y6skXtHUUNs,6771
1092
1092
  django_cfg/templates/admin/sections/commands_section.html,sha256=yiY9OqoQHS6DZUcnuJv_rlsAMs6cmwlXEecbQDC1rE8,29498
1093
1093
  django_cfg/templates/admin/sections/documentation_section.html,sha256=gRZveCEaE8bnNCvEqXWhl5RefWEKDZJAd_Li2y-rlVY,9791
1094
1094
  django_cfg/templates/admin/sections/overview_section.html,sha256=gfhjBzQBtZQAj1DnjhFE6efgXFWb4GotIgW6kyRVE-g,4726
@@ -1124,9 +1124,9 @@ django_cfg/utils/version_check.py,sha256=WO51J2m2e-wVqWCRwbultEwu3q1lQasV67Mw2aa
1124
1124
  django_cfg/CHANGELOG.md,sha256=jtT3EprqEJkqSUh7IraP73vQ8PmKUMdRtznQsEnqDZk,2052
1125
1125
  django_cfg/CONTRIBUTING.md,sha256=DU2kyQ6PU0Z24ob7O_OqKWEYHcZmJDgzw-lQCmu6uBg,3041
1126
1126
  django_cfg/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
1127
- django_cfg/pyproject.toml,sha256=iBWzlXPn5lhlYEmV13B-UCULPhY388W8HhKe6QCXfT8,8164
1128
- django_cfg-1.4.77.dist-info/METADATA,sha256=Dq8Lh_JUFWArxXZvrs_3sQ6BzW3P9ylrfYvevpY9ES0,22624
1129
- django_cfg-1.4.77.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1130
- django_cfg-1.4.77.dist-info/entry_points.txt,sha256=Ucmde4Z2wEzgb4AggxxZ0zaYDb9HpyE5blM3uJ0_VNg,56
1131
- django_cfg-1.4.77.dist-info/licenses/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
1132
- django_cfg-1.4.77.dist-info/RECORD,,
1127
+ django_cfg/pyproject.toml,sha256=fSXYmVkODWUdpp7E6UGpJZH1uhCchV2In-tm8y8Z32c,8164
1128
+ django_cfg-1.4.78.dist-info/METADATA,sha256=eid1ojBP7Qxwdx_73z__jpmiHo_ZOJD6GPddB3Y484A,22624
1129
+ django_cfg-1.4.78.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1130
+ django_cfg-1.4.78.dist-info/entry_points.txt,sha256=Ucmde4Z2wEzgb4AggxxZ0zaYDb9HpyE5blM3uJ0_VNg,56
1131
+ django_cfg-1.4.78.dist-info/licenses/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
1132
+ django_cfg-1.4.78.dist-info/RECORD,,