mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Refs #17209 -- Removed login/logout and password reset/change function-based views.
Per deprecation timeline.
This commit is contained in:
parent
deb592b3e3
commit
4f313e284e
30 changed files with 42 additions and 870 deletions
|
|
@ -714,7 +714,7 @@ details on these changes.
|
|||
remove calls to this method, and instead ensure that their auth related views
|
||||
are CSRF protected, which ensures that cookies are enabled.
|
||||
|
||||
* The version of :func:`django.contrib.auth.views.password_reset_confirm` that
|
||||
* The version of ``django.contrib.auth.views.password_reset_confirm()`` that
|
||||
supports base36 encoded user IDs
|
||||
(``django.contrib.auth.views.password_reset_confirm_uidb36``) will be
|
||||
removed. If your site has been running Django 1.6 for more than
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue