Parcourir la source

Dependencies section

Thomas Adamcik il y a 15 ans
Parent
commit
75ed85cc2e
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  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
 ---------------