diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-05-19 12:57:06 +0200 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-05-19 14:36:38 +0200 |
| commit | 980ae2ab29cb25182404eb1ccc919573edcc44f5 (patch) | |
| tree | a1f20c40247efda992a7be3a7cadf114412dde1c /docs | |
| parent | 9b22baddef1a6676f82fe7c112894cc8de045334 (diff) | |
Fix #20447: URL names given to contrib.auth.views are now resolved.
This commit also adds tests for the redirect feature of most auth views.
It also cleans up the tests, most notably using @override_settings instead
of ad-hoc setUp/tearDown methods.
Thanks to caumons for the report.
Conflicts:
docs/releases/1.6.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 6643fb7d32..a6244498f2 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -243,6 +243,12 @@ Minor features * The reason phrase can be customized in HTTP responses. +* When giving the URL of the next page for :func:`~django.contrib.auth.views.logout`, + :func:`~django.contrib.auth.views.password_reset`, + :func:`~django.contrib.auth.views.password_reset_confirm`, + and :func:`~django.contrib.auth.views.password_change`, you can now pass + URL names and they will be resolved. + Backwards incompatible changes in 1.6 ===================================== |
