Releases: python-social-auth/social-app-django
Releases · python-social-auth/social-app-django
Release 5.0.0
Changes:
- Removed compat shims for obsolete Django versions
- Switch from deprecated
django.conf.urls.urltodjango.urls.path - Use query
.exists()instead of.count() > 0 - Added testing for Django 3.0
- Drop support for Python 2
- Django generic
JSONFieldsupport, details documented here - Django 3.2+ compatibility
- Use
_default_managerinstead ofobjects