Commit fd048036 by Adam Patterson Committed by Alex Gaynor

Typo on creation_counter increment

parent 9dd184ab
......@@ -27,7 +27,7 @@ class TaggableManager(object):
self.db_column = None
self.choices = None
self.creation_counter = models.Field.creation_counter
models.Field.creation_counter +=
models.Field.creation_counter += 1
def __get__(self, instance, type):
manager = _TaggableManager()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment