Browse Source

Add link to related Django issues

Thomas Adamcik 15 years ago
parent
commit
4ce3d32164
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.rst

+ 9 - 0
README.rst

@@ -48,3 +48,12 @@ These correspond with the operators from
 http://www.postgresql.org/docs/8.3/interactive/functions-net.html
 
 ``netfields`` does not have to be in ``INSTALLED_APPS``.
+
+Related Django bugs
+-------------------
+
+* 11442_ - Postgresql backend casts inet types to text, breaks IP operations and IPv6 lookups.
+* 811_ - IPv6 address field support.
+
+.. _11442: http://code.djangoproject.com/ticket/11442
+.. _811: http://code.djangoproject.com/ticket/811