mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().
Per deprecation timeline.
This commit is contained in:
@@ -229,3 +229,6 @@ 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.
|
||||
|
||||
* The ``extra_context`` parameter of ``contrib.auth.views.logout_then_login()``
|
||||
is removed.
|
||||
|
||||
Reference in New Issue
Block a user