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 d4135c4 commit cde0efcCopy full SHA for cde0efc
CHANGELOG.md
@@ -21,3 +21,9 @@ Initial release!
21
---
22
23
- fix: add file uploads support for modal forms.
24
+
25
+## Version 0.1.4 (March 21, 2025)
26
27
+---
28
29
+- feat: add support for conditional fields.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-modal-actions
3
-version = 0.1.3
+version = 0.1.4
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