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 8932bf0 commit d163520Copy full SHA for d163520
CHANGELOG.md
@@ -15,3 +15,9 @@ Initial release!
15
---
16
17
- chore(docs): Update folder structure and README.md.
18
+
19
+## Version 0.1.3 (February 03, 2025)
20
21
+---
22
23
+- fix: add file uploads support for modal forms.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-modal-actions
3
-version = 0.1.2
+version = 0.1.3
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