Commit a0594f1a by Alex Gaynor

Fix.

parent 9d6fd169
......@@ -25,6 +25,7 @@ class TaggableManager(object):
self.unique = False
self.creates_table = False
self.db_column = None
self.choices = None
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