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 5c51b6a commit 135fe60Copy full SHA for 135fe60
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 1.3.1
2
+ * Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff)
3
+
4
- 1.3.0
5
* Added MACAddress8Field for EUI-64 values Benoît Vinot
6
* Fix potential MacAddressField crash in DRF (tfromme)
setup.py
@@ -23,7 +23,7 @@ def get_long_description():
23
24
setup(
25
name='django-netfields',
26
- version='1.3.0',
+ version='1.3.1',
27
license='BSD',
28
description='Django PostgreSQL netfields implementation',
29
long_description=get_long_description(),
0 commit comments