Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d425f3

Browse files
keyadamcik
authored andcommittedJan 21, 2011
fix typo on NetManager
1 parent 4ce3d32 commit 0d425f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎netfields/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def make_atom(self, child, qn):
7171
raise ValueError('Invalid lookup type "%s"' % lookup_type)
7272

7373

74-
class NetManger(models.Manager):
74+
class NetManager(models.Manager):
7575
use_for_related_fields = True
7676

7777
def get_query_set(self):

0 commit comments

Comments
 (0)
Please sign in to comment.