Open GoogleCodeExporter opened 9 years ago
Sorry, forgot to change it from the example. The code should be:
try:
from south.modelsinspector import add_introspection_rules
add_introspection_rules([], ["^tagging\.fields\.TagField"])
except ImportError:
pass
Original comment by bendavi...@gmail.com
on 6 Sep 2011 at 2:53
Original issue reported on code.google.com by
bendavi...@gmail.com
on 6 Sep 2011 at 2:51