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.
1 parent 87749cd commit ea74617Copy full SHA for ea74617
CHANGELOG.md
@@ -27,3 +27,10 @@ Initial release!
27
---
28
29
- feat: add support for conditional fields.
30
+
31
+## Version 0.1.5 (May 19, 2025)
32
33
+---
34
35
+- feat: Add support to skip confirmation.
36
+- fix: Install setuptools and use python -m build in CD workflow.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-modal-actions
3
-version = 0.1.4
+version = 0.1.5
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