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 6f8fac4 commit 4ce3d32Copy full SHA for 4ce3d32
README.rst
@@ -48,3 +48,12 @@ These correspond with the operators from
48
http://www.postgresql.org/docs/8.3/interactive/functions-net.html
49
50
``netfields`` does not have to be in ``INSTALLED_APPS``.
51
+
52
+Related Django bugs
53
+-------------------
54
55
+* 11442_ - Postgresql backend casts inet types to text, breaks IP operations and IPv6 lookups.
56
+* 811_ - IPv6 address field support.
57
58
+.. _11442: http://code.djangoproject.com/ticket/11442
59
+.. _811: http://code.djangoproject.com/ticket/811
0 commit comments