Skip to content

Commit 4cdc806

Browse files
committed
1.3.1
1 parent a698066 commit 4cdc806

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
- 1.3.1
28
* Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff)
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_long_description():
2323

2424
setup(
2525
name='django-netfields',
26-
version='1.3.1',
26+
version='1.3.2',
2727
license='BSD',
2828
description='Django PostgreSQL netfields implementation',
2929
long_description=get_long_description(),

0 commit comments

Comments
 (0)