Commit 9dd184ab by alex

Fixed #2, added a creation_counter attribute to TaggableManager so it is properly sortable.

parent b19d3160
......@@ -26,6 +26,8 @@ class TaggableManager(object):
self.creates_table = False
self.db_column = None
self.choices = None
self.creation_counter = models.Field.creation_counter
models.Field.creation_counter +=
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