Skip to content

Commit 4cd9357

Browse files
committed
Bump to version 1.7.2
1 parent 88f494a commit 4cd9357

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
- 1.7.1
49
* Stepper was not invalidated if invalid data was filled into previous form.
510
* Richtext Area (fix #198): Styles of separator in menubar of RichtextArea were not aligned properly.

formset/__init__.py

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

0 commit comments

Comments
 (0)