This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
social-auth-app-django | dependencies | major |
^4.0.0 -> ^5.0.0
|
Release Notes
python-social-auth/social-app-django
v5.0.0
Changed
- Removed compat shims for obsolete Django versions
- Switch from deprecated
django.conf.urls.url
todjango.urls.path
- Use query
.exists()
instead of.count() > 0
- Added testing for Django 3.0
- Drop support for Python 2
- Django generic
JSONField
support, details documented here - Django 3.2+ compatibility
- Use
_default_manager
instead ofobjects
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.