Skip to content

Commit 8bcb718

Browse files
committed
Bump to version 2.2.1
1 parent 393f705 commit 8bcb718

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changes
22

3+
- 2.2.1
4+
* Decativate all decorators `@allowedAction`, as they only work locally but not on
5+
https://django-formset.fly.dev/
6+
37
- 2.2
48
* Improve: Handle detached buttons separately when rendering form collections. This allows the use
59
of detached buttons inside collections with siblings.

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 2)
1+
VERSION = (2, 2, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)