]> git.parisson.com Git - django-social-auth.git/commitdiff
README.rst: Remove reference to south introspection for JSONField
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Wed, 18 Jan 2012 10:32:18 +0000 (11:32 +0100)
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Wed, 18 Jan 2012 10:32:18 +0000 (11:32 +0100)
Since https://github.com/omab/django-social-auth/pull/57 the code
has been added to fields.py so no need to mention it in the README.

README.rst

index b2e684e2418b70b78bafcf721c3ac2be80e9f703..a16b4b8d24e3ce49cc61f644097fdcebcd566833 100644 (file)
@@ -662,16 +662,6 @@ Join to django-social-auth_ community on Convore_ and bring any questions or
 suggestions that will improve this app.
 
 
-South_ users should add this rule to enable migrations::
-
-    try:
-        import south
-        from south.modelsinspector import add_introspection_rules
-        add_introspection_rules([], ["^social_auth\.fields\.JSONField"])
-    except:
-        pass
-
-
 If defining a custom user model, do not import social_auth from any models.py
 that would finally import from the models.py that defines your User class or it
 will make your project fail with a recursive import because social_auth uses