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 a698066 commit 4cdc806Copy full SHA for 4cdc806
CHANGELOG
@@ -1,3 +1,9 @@
1
+- 1.3.2
2
+ * Fix uncaught EUI() exceptions (Kyle Birkeland)
3
+ * Fix deprecation warning for app config in newer versions of Django (Gil
4
+ Forcada Codinachs)
5
+ * Add get_placeholder to handle automatic check constraint evaluation (sevdog)
6
+
7
- 1.3.1
8
* Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff)
9
setup.py
@@ -23,7 +23,7 @@ def get_long_description():
23
24
setup(
25
name='django-netfields',
26
- version='1.3.1',
+ version='1.3.2',
27
license='BSD',
28
description='Django PostgreSQL netfields implementation',
29
long_description=get_long_description(),
0 commit comments