pennersr / django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
https://allauth.org
MIT License
9.51k stars 3.03k forks source link

Multiple migration files generated for social account #1372

Closed kishan3 closed 8 years ago

kishan3 commented 8 years ago

Everytime I do python manage.py makemigrations A new migration is generated.

Migrations for 'socialaccount': 0013_auto_20160513_1224.py:

I am overriding view and serializers for my custom facebook social login. I am using django 1.9

getup8 commented 8 years ago

This was happening to me for awhile as well but has seemingly stopped. If you're able, maybe try installing from scratch w/ a new DB and see if it happens. I'd also upgrade to Django 1.9.7 if you haven't already, I remember reading there was a bug potentially related to this.

kishan3 commented 8 years ago

Ok i uninstalled django-allauth and reinstalled and it has stopped seemingly.Thanks for the help man @getup8

Akay7 commented 8 years ago

@kishan3 If everything okay you can close that issue