omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

* respect SOCIAL_AUTH_USER_MODEL in all migrations #938

Closed randomknowledge closed 8 years ago

randomknowledge commented 8 years ago

This caused me headaches: The SOCIAL_AUTH_USER_MODEL setting is not respected in the second django migration.

max-arnold commented 8 years ago

Looks like duplicate of https://github.com/omab/python-social-auth/pull/936

omab commented 8 years ago

Closing as duplicate of #936.