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:
@@ -223,3 +223,9 @@ Features removed in 2.1
|
||||
These features have reached the end of their deprecation cycle and are removed
|
||||
in Django 2.1. See :ref:`deprecated-features-1.11` for details, including how
|
||||
to remove usage of these features.
|
||||
in Django 2.1. See :ref:`deprecated-features-1.11` and for details, including
|
||||
how to remove usage of these features.
|
||||
|
||||
* ``contrib.auth.views.login()``, ``logout()``, ``password_change()``,
|
||||
``password_change_done()``, ``password_reset()``, ``password_reset_done()``,
|
||||
``password_reset_confirm()``, and ``password_reset_complete()`` are removed.
|
||||
|
||||
Reference in New Issue
Block a user