Commit 482015db by Alex Gaynor

Another 1.2 fix

parent ccb9c723
...@@ -95,7 +95,7 @@ class TaggableManager(object): ...@@ -95,7 +95,7 @@ class TaggableManager(object):
def m2m_column_name(self): def m2m_column_name(self):
return "object_id" return "object_id"
def db_type(self): def db_type(self, connection=None):
return None return None
def m2m_db_table(self): def m2m_db_table(self):
......
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