| Age | Commit message (Collapse) | Author |
|
All URLs in django.contrib.auth use a "<uidb64>/<token>" pattern.
|
|
PasswordResetView.
|
|
reset URLs.
Co-authored-by: Tim Givois <tim.givois.mendez@gmail.com>
|
|
|
|
|
|
redirect_authenticated_user.
|
|
|
|
Python 3.6.
|
|
|
|
|
|
|
|
Allows specifying additional hosts to redirect after login and log out.
|
|
in after a reset.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
view.
contrib.auth.views.login() has a new parameter `redirect_authenticated_user`
to automatically redirect authenticated users visiting the login page.
Thanks to dmathieu and Alex Buchanan for the original code and to Carl Meyer
for the help and review.
|
|
Per deprecation timeline.
|
|
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
|