diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-06 15:31:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-06 15:31:12 -0400 |
| commit | 415ae960bb9f1bdae798023fdce3247d2c938eec (patch) | |
| tree | 4d61d1035eeb76b93a0515b30576c039b325c3fb /docs/releases | |
| parent | 1f9deba1b312a12c47668724daf70b8fe2d56b17 (diff) | |
Fixed capitalization of "URL pattern".
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 421a6cc193..95e98bc700 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -787,7 +787,7 @@ the ``name`` argument so it doesn't conflict with the new url:: url(r'^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$', 'django.contrib.auth.views.password_reset_confirm_uidb36'), -You can remove this url pattern after your app has been deployed with Django +You can remove this URL pattern after your app has been deployed with Django 1.6 for :setting:`PASSWORD_RESET_TIMEOUT_DAYS`. Default session serialization switched to JSON |
