Skip to content

Commit

Permalink
Merge pull request #2 from jezdez/patch-1
Browse files Browse the repository at this point in the history
Fixed South introspection path to new module structure.
  • Loading branch information
omab committed Mar 4, 2013
2 parents 29f0d75 + d439732 commit c77ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/apps/django_app/default/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ def value_from_object(self, obj):

try:
from south.modelsinspector import add_introspection_rules
add_introspection_rules([], ["^social_auth\.fields\.JSONField"])
add_introspection_rules([], ["^social\.apps\.django_app\.default\.fields\.JSONField"])
except:
pass

0 comments on commit c77ee0e

Please sign in to comment.