Browse Source

Dependencies section

Thomas Adamcik 15 years ago
parent
commit
75ed85cc2e
1 changed files with 5 additions and 3 deletions
  1. 5 3
      README.rst

+ 5 - 3
README.rst

@@ -10,11 +10,13 @@ In addition to the basic ``IPAddressField`` replacement a ``CIDR`` and
 ``MACADDR`` field have been added. Furthermore a customer Manager allows for
 access to all of PostgreSQL's INET operators.
 
-Django version
---------------
+Dependencies
+------------
 
 Currently this code has only been tested against 1.0.x due to the Django
-version used by the related project that initiated this effort.
+version used by the related project that initiated this effort. ``IPy`` is used
+for the same reasons. ``ipaddr`` is being considered, but the conversion
+hinges on the related projects conversion to ``ipaddr``.
 
 Getting started
 ---------------