Commit 08304692 by Alex Gaynor

Correct ypo.

parent b45f5b40
......@@ -72,7 +72,7 @@ class TaggableManager(object):
defaults.update(kwargs)
return form_class(**kwargs)
def value_from_instance(self, instance):
def value_from_object(self, instance):
return getattr(instance, self.name).all()
def related_query_name(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