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 a49cb33 commit 75ed85cCopy full SHA for 75ed85c
README.rst
@@ -10,11 +10,13 @@ In addition to the basic ``IPAddressField`` replacement a ``CIDR`` and
10
``MACADDR`` field have been added. Furthermore a customer Manager allows for
11
access to all of PostgreSQL's INET operators.
12
13
-Django version
14
---------------
+Dependencies
+------------
15
16
Currently this code has only been tested against 1.0.x due to the Django
17
-version used by the related project that initiated this effort.
+version used by the related project that initiated this effort. ``IPy`` is used
18
+for the same reasons. ``ipaddr`` is being considered, but the conversion
19
+hinges on the related projects conversion to ``ipaddr``.
20
21
Getting started
22
0 commit comments