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 6701607 commit 46d1d6eCopy full SHA for 46d1d6e
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 1.2.4
2
+ * Change InetAddressField form value based on prefix parameter (Travis MacDonald)
3
+
4
- 1.2.3
5
* Change __prefixlen to be a Transform instead of a Lookup (Christopher
6
Aubut)
setup.py
@@ -24,7 +24,7 @@ def get_long_description():
24
25
setup(
26
name='django-netfields',
27
- version='1.2.3',
+ version='1.2.4',
28
license='BSD',
29
description='Django PostgreSQL netfields implementation',
30
long_description=get_long_description(),
0 commit comments