mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
This commit is contained in:
parent
412b4126d7
commit
0ba179194b
5 changed files with 26 additions and 1 deletions
|
|
@ -20,6 +20,9 @@ details on these changes.
|
|||
``password_reset_confirm()``, and ``password_reset_complete()`` will be
|
||||
removed.
|
||||
|
||||
* The ``extra_context`` parameter of ``contrib.auth.views.logout_then_login()``
|
||||
will be removed.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue