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

Drop support for Django 1.7 and below #909

Closed clintonb closed 7 years ago

clintonb commented 8 years ago

Django 1.8 is the current long-term support version of Django. There is some code that mentions Django 1.6; but, the South migrations haven't been update along with the standard Django migrations. This could probably fixed; but, it would be simpler to drop support for older versions and remove the cruft from the codebase.

omab commented 7 years ago

I've created https://github.com/python-social-auth/social-app-django/issues/5 to properly track this work.