summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index d0d9c45f7e..181dc8e441 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -876,8 +876,8 @@ details on these changes.
supports base36 encoded user IDs
(``django.contrib.auth.views.password_reset_confirm_uidb36``) will be
removed. If your site has been running Django 1.6 for more than
- :setting:`PASSWORD_RESET_TIMEOUT_DAYS`, this change will have no effect. If
- not, then any password reset links generated before you upgrade to Django 1.7
+ ``PASSWORD_RESET_TIMEOUT_DAYS``, this change will have no effect. If not,
+ then any password reset links generated before you upgrade to Django 1.7
won't work after the upgrade.
* The ``django.utils.encoding.StrAndUnicode`` mix-in will be removed.