summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAndrew Nester <andrew.nester.dev@gmail.com>2016-07-22 17:43:54 +0300
committerTim Graham <timograham@gmail.com>2016-07-28 11:57:02 -0400
commit0ba179194bc261f49b04a5eac85322b56a537e45 (patch)
treee67828d4cb5d020bb34afffab062f7c1923ac255 /docs/internals
parent412b4126d70939903df77a72223012b2c021c511 (diff)
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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