diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-04-09 23:31:58 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-07-16 10:36:12 +0200 |
| commit | 255fb992845e987ef36e3d721a77747a0b2df620 (patch) | |
| tree | 30fd7c5d106ed66a2bef75b8e28b8baa4a426e74 /docs/internals | |
| parent | 20d39325ca1da57a709f3ba38299dc7b0fc4bdfb (diff) | |
Fixed #17209 -- Added password reset/change class-based views
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 48c56af785..23b7a2d0b2 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -15,7 +15,10 @@ about each item can often be found in the release notes of two versions prior. See the :ref:`Django 1.11 release notes<deprecated-features-1.11>` for more details on these changes. -* ``contrib.auth.views.login()`` and ``logout()`` will be removed. +* ``contrib.auth.views.login()``, ``logout()``, ``password_change()``, + ``password_change_done()``, ``password_reset()``, ``password_reset_done()``, + ``password_reset_confirm()``, and ``password_reset_complete()`` will be + removed. .. _deprecation-removed-in-2.0: |
