diff options
| author | Andrew Nester <andrew.nester.dev@gmail.com> | 2016-07-22 17:43:54 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-28 11:57:02 -0400 |
| commit | 0ba179194bc261f49b04a5eac85322b56a537e45 (patch) | |
| tree | e67828d4cb5d020bb34afffab062f7c1923ac255 /docs/internals | |
| parent | 412b4126d70939903df77a72223012b2c021c511 (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.txt | 3 |
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 |
