mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #17209 -- Removed login/logout and password reset/change function-based views.
Per deprecation timeline.
This commit is contained in:
@@ -421,7 +421,7 @@ Minor features
|
||||
<django.contrib.auth.forms.AuthenticationForm.confirm_login_allowed>` method
|
||||
to more easily customize the login policy.
|
||||
|
||||
* :func:`django.contrib.auth.views.password_reset` takes an optional
|
||||
* ``django.contrib.auth.views.password_reset()`` takes an optional
|
||||
``html_email_template_name`` parameter used to send a multipart HTML email
|
||||
for password resets.
|
||||
|
||||
@@ -1846,7 +1846,7 @@ remove usage of these features.
|
||||
* The ``check_for_test_cookie`` method in
|
||||
:class:`~django.contrib.auth.forms.AuthenticationForm` is removed.
|
||||
|
||||
* 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``) is removed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user