mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
This commit is contained in:
committed by
Tim Graham
parent
412b4126d7
commit
0ba179194b
@@ -366,6 +366,9 @@ Miscellaneous
|
||||
:class:`~django.contrib.auth.views.LoginView` and
|
||||
:class:`~django.contrib.auth.views.LogoutView`.
|
||||
|
||||
* The unused ``extra_context`` parameter of
|
||||
``contrib.auth.views.logout_then_login()`` is deprecated.
|
||||
|
||||
* ``contrib.auth``’s ``password_change()``, ``password_change_done()``,
|
||||
``password_reset()``, ``password_reset_done()``, ``password_reset_confirm()``,
|
||||
and ``password_reset_complete()`` function-based views are deprecated in favor
|
||||
|
||||
Reference in New Issue
Block a user