1
0
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:
Andrew Nester
2016-07-22 17:43:54 +03:00
committed by Tim Graham
parent 412b4126d7
commit 0ba179194b
5 changed files with 26 additions and 1 deletions

View File

@@ -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