You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename SuccessURLAllowedHostsMixin to RedirectURLMixin and hint missing attributes (#1641)
Remove SuccessURLAllowedHostsMixin and replace it with RedirectURLMixin
Per Django 4.1 release notes
(https://docs.djangoproject.com/en/4.2/releases/4.1/#miscellaneous):
"The undocumented django.contrib.auth.views.SuccessURLAllowedHostsMixin
mixin is replaced by RedirectURLMixin."
0 commit comments