We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c1fe7 + e4e6d22 commit 2feb6dbCopy full SHA for 2feb6db
CHANGELOG.md
@@ -34,3 +34,9 @@ Initial release!
34
35
- feat: Add support to skip confirmation.
36
- fix: Install setuptools and use python -m build in CD workflow.
37
+
38
+## Version 0.1.6 (Oct 23, 2025)
39
40
+---
41
42
+- feat: Add loading states and comprehensive modal accessibility.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-modal-actions
3
-version = 0.1.5
+version = 0.1.6
4
description = A Django app for adding modal actions to the admin interface
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments