django-adminflow 1.0.3__tar.gz → 1.0.5__tar.gz

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.
Files changed (52) hide show
  1. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/PKG-INFO +4 -4
  2. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/README.md +2 -2
  3. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/django_adminflow.egg-info/PKG-INFO +4 -4
  4. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/pyproject.toml +2 -2
  5. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/__init__.py +0 -0
  6. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/apps.py +0 -0
  7. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/context_processors.py +0 -0
  8. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/forms.py +0 -0
  9. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/import_export.py +0 -0
  10. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/static/adminflow/img/logo.png +0 -0
  11. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/actions.html +0 -0
  12. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/base.html +0 -0
  13. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/base_site.html +0 -0
  14. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/change_form.html +0 -0
  15. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/change_list.html +0 -0
  16. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/change_list_results.html +0 -0
  17. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/delete_confirmation.html +0 -0
  18. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/delete_selected_confirmation.html +0 -0
  19. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/edit_inline/stacked.html +0 -0
  20. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/edit_inline/tabular.html +0 -0
  21. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/filter.html +0 -0
  22. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/import_export/change_list_export_item.html +0 -0
  23. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/import_export/change_list_import_item.html +0 -0
  24. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/import_export/export.html +0 -0
  25. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/includes/fieldset.html +0 -0
  26. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/includes/toast.html +0 -0
  27. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/index.html +0 -0
  28. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/logged_out.html +0 -0
  29. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/login.html +0 -0
  30. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/object_history.html +0 -0
  31. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/pagination.html +0 -0
  32. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/search_form.html +0 -0
  33. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/submit_line.html +0 -0
  34. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/admin/verify_2fa.html +0 -0
  35. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/otp/email/token.html +0 -0
  36. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/otp/email/token.txt +0 -0
  37. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/registration/logged_out.html +0 -0
  38. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/registration/password_change_form.html +0 -0
  39. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/simple_history/object_history.html +0 -0
  40. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/simple_history/object_history_form.html +0 -0
  41. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templates/simple_history/submit_line.html +0 -0
  42. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templatetags/__init__.py +0 -0
  43. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templatetags/__pycache__/__init__.cpython-314.pyc +0 -0
  44. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templatetags/__pycache__/adminflow_tags.cpython-314.pyc +0 -0
  45. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/templatetags/adminflow_tags.py +0 -0
  46. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/user_admin.py +0 -0
  47. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/adminflow/views.py +0 -0
  48. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/django_adminflow.egg-info/SOURCES.txt +0 -0
  49. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/django_adminflow.egg-info/dependency_links.txt +0 -0
  50. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/django_adminflow.egg-info/requires.txt +0 -0
  51. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/django_adminflow.egg-info/top_level.txt +0 -0
  52. {django_adminflow-1.0.3 → django_adminflow-1.0.5}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-adminflow
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export
5
5
  Author-email: Edgar <edgar@example.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://pypi.org/project/django-adminflow/
8
- Project-URL: Documentation, https://github.com/ramos208/Django-AdminFlow.#readme
8
+ Project-URL: Documentation, https://django-adminflow.readthedocs.io/en/latest/
9
9
  Project-URL: Repository, https://github.com/ramos208/Django-AdminFlow.
10
10
  Project-URL: Bug Tracker, https://github.com/ramos208/Django-AdminFlow./issues
11
11
  Project-URL: Changelog, https://github.com/ramos208/Django-AdminFlow./blob/master/CHANGELOG.md
@@ -51,7 +51,7 @@ Requires-Dist: openpyxl>=3.1; extra == "all"
51
51
  [![Python versions](https://img.shields.io/pypi/pyversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
52
52
  [![Django versions](https://img.shields.io/pypi/djversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
53
53
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
54
- [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/)
54
+ [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/en/latest/)
55
55
 
56
56
  AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
57
57
 
@@ -391,7 +391,7 @@ twine upload dist/*
391
391
 
392
392
  ## Documentation
393
393
 
394
- Full documentation: [django-adminflow.readthedocs.io](https://django-adminflow.readthedocs.io/)
394
+ Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
395
395
 
396
396
  ## License
397
397
 
@@ -6,7 +6,7 @@
6
6
  [![Python versions](https://img.shields.io/pypi/pyversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
7
7
  [![Django versions](https://img.shields.io/pypi/djversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
9
- [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/)
9
+ [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/en/latest/)
10
10
 
11
11
  AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
12
12
 
@@ -346,7 +346,7 @@ twine upload dist/*
346
346
 
347
347
  ## Documentation
348
348
 
349
- Full documentation: [django-adminflow.readthedocs.io](https://django-adminflow.readthedocs.io/)
349
+ Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
350
350
 
351
351
  ## License
352
352
 
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-adminflow
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export
5
5
  Author-email: Edgar <edgar@example.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://pypi.org/project/django-adminflow/
8
- Project-URL: Documentation, https://github.com/ramos208/Django-AdminFlow.#readme
8
+ Project-URL: Documentation, https://django-adminflow.readthedocs.io/en/latest/
9
9
  Project-URL: Repository, https://github.com/ramos208/Django-AdminFlow.
10
10
  Project-URL: Bug Tracker, https://github.com/ramos208/Django-AdminFlow./issues
11
11
  Project-URL: Changelog, https://github.com/ramos208/Django-AdminFlow./blob/master/CHANGELOG.md
@@ -51,7 +51,7 @@ Requires-Dist: openpyxl>=3.1; extra == "all"
51
51
  [![Python versions](https://img.shields.io/pypi/pyversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
52
52
  [![Django versions](https://img.shields.io/pypi/djversions/django-adminflow.svg)](https://pypi.org/project/django-adminflow/)
53
53
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
54
- [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/)
54
+ [![Docs](https://readthedocs.org/projects/django-adminflow/badge/?version=latest)](https://django-adminflow.readthedocs.io/en/latest/)
55
55
 
56
56
  AdminFlow is a **drop-in Django Admin UI template** that replaces the default Django admin with a clean, minimalist SaaS-grade interface. Beyond the UI refresh, it ships with **ready-to-use integrations** for the most popular Django ecosystem packages — two-factor authentication, per-record audit history, and multi-format import/export — so you get powerful admin features with zero boilerplate.
57
57
 
@@ -391,7 +391,7 @@ twine upload dist/*
391
391
 
392
392
  ## Documentation
393
393
 
394
- Full documentation: [django-adminflow.readthedocs.io](https://django-adminflow.readthedocs.io/)
394
+ Full documentation: [django-adminflow.readthedocs.io/en/latest](https://django-adminflow.readthedocs.io/en/latest/)
395
395
 
396
396
  ## License
397
397
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "django-adminflow"
7
- version = "1.0.3"
7
+ version = "1.0.5"
8
8
  description = "A premium, modern SaaS design system for the Django Admin interface with built-in 2FA, history tracking, and import/export"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -63,7 +63,7 @@ all = [
63
63
 
64
64
  [project.urls]
65
65
  Homepage = "https://pypi.org/project/django-adminflow/"
66
- Documentation = "https://github.com/ramos208/Django-AdminFlow.#readme"
66
+ Documentation = "https://django-adminflow.readthedocs.io/en/latest/"
67
67
  Repository = "https://github.com/ramos208/Django-AdminFlow."
68
68
  "Bug Tracker" = "https://github.com/ramos208/Django-AdminFlow./issues"
69
69
  Changelog = "https://github.com/ramos208/Django-AdminFlow./blob/master/CHANGELOG.md"