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 6f32dcf commit 86e9ce8Copy full SHA for 86e9ce8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Changes
2
3
+1.7.6
4
+ * Fix #209: Induce button now also work for fresh form collections.
5
+
6
1.7.5
7
* Fix #208: Closed form dialogs are always considered as valid.
8
* Fix in web component ``date-picker`` and ``date-time-picker``: On submission the timezone offset
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 7, 5
+VERSION = 1, 7, 6
__version__ = '.'.join(map(str, VERSION))
0 commit comments