From: Riccardo Magliocchetti Date: Wed, 18 Jan 2012 10:32:18 +0000 (+0100) Subject: README.rst: Remove reference to south introspection for JSONField X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=59162961bb5cebe104263090520ade929c456ae0;p=django-social-auth.git README.rst: Remove reference to south introspection for JSONField 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. --- diff --git a/README.rst b/README.rst index b2e684e..a16b4b8 100644 --- a/README.rst +++ b/README.rst @@ -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