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 160b663 commit 0ec7695Copy full SHA for 0ec7695
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changes
2
3
+1.3.8
4
+ * Fail silently if package 'phonenumbers' is not installed.
5
+ * Adopt to Django-5.0
6
+ * In RichtextArea, add padding to placeholder field.
7
+ * In DjangoSelectize make background color almost white.
8
+
9
1.3.7
10
* Disable unique checks for Django<4.0, because they are not compatible.
11
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 3, 7
+VERSION = 1, 3, 8
__version__ = '.'.join(map(str, VERSION))
0 commit comments