Browse Source

Update managers.py

fixed bad indent.
Jay McEntire 12 years ago
parent
commit
673de180c0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      netfields/managers.py

+ 3 - 2
netfields/managers.py

@@ -35,10 +35,11 @@ class NetWhere(sql.where.WhereNode):
 
 
     def _prepare_data(self, data):
-       """
+        """
             Special form of WhereNode._prepare_data() that does not automatically consume the
             __iter__ method of IPNetwork objects.  This is used in Django >= 1.6
-            """
+        """
+
         if not isinstance(data, (list, tuple)):
             return data
         obj, lookup_type, value = data