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 bd32472 commit 2c6ce32Copy full SHA for 2c6ce32
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changes
2
3
+1.7.5
4
+ * Fix #208: Closed form dialogs are always considered as valid.
5
+ * Fix in web component ``date-picker`` and ``date-time-picker``: On submission the timezone offset
6
+ now is removed, this sometimes caused the submission of incorrect date/time stamps.
7
+
8
1.7.4
9
* Fix #80: Allow to use `django_filters.FilterSet` on filtered widgets.
10
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 7, 4
+VERSION = 1, 7, 5
__version__ = '.'.join(map(str, VERSION))
0 commit comments