We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f705 commit 8bcb718Copy full SHA for 8bcb718
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+- 2.2.1
4
+ * Decativate all decorators `@allowedAction`, as they only work locally but not on
5
+ https://django-formset.fly.dev/
6
+
7
- 2.2
8
* Improve: Handle detached buttons separately when rendering form collections. This allows the use
9
of detached buttons inside collections with siblings.
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (2, 2)
+VERSION = (2, 2, 1)
__version__ = '.'.join(map(str, VERSION))
0 commit comments