Mitsukuni Sato 14 years ago
parent
commit
70209c983a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netfields/__init__.py

+ 1 - 1
netfields/__init__.py

@@ -1,3 +1,3 @@
-from netfields.managers import NetManger
+from netfields.managers import NetManager
 from netfields.fields import (InetAddressField, CidrAddressField,
         MACAddressField)