From 0ba179194bc261f49b04a5eac85322b56a537e45 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 22 Jul 2016 17:43:54 +0300 Subject: Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login(). --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 23b7a2d0b2..400fcf8789 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3