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 88f494a commit 4cd9357Copy full SHA for 4cd9357
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changes
2
3
+- 1.7.2
4
+ * Fix: Aggregate data before submitting untouched form collections.
5
+ * Fix: Dispatch `Event('invalid')` for invalid fields only if form validation didn't do it during
6
+ validation.
7
+
8
- 1.7.1
9
* Stepper was not invalidated if invalid data was filled into previous form.
10
* Richtext Area (fix #198): Styles of separator in menubar of RichtextArea were not aligned properly.
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 7, 1
+VERSION = 1, 7, 2
__version__ = '.'.join(map(str, VERSION))
0 commit comments