Skip to content

Commit

Permalink
Fix introspection rules for South
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Dec 5, 2013
1 parent 97d818d commit c346d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion separatedvaluesfield/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ def formfield(self, form_class=MultipleChoiceField, **kwargs):

try:
from south.modelsinspector import add_introspection_rules
add_introspection_rules([], ["^courriers\.fields\.SeparatedValuesField"])
add_introspection_rules([], ["^separatedvaluesfield\.models\.SeparatedValuesField"])
except ImportError:
pass

0 comments on commit c346d70

Please sign in to comment.