diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-03-12 09:32:29 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-03-13 16:46:40 +0100 |
| commit | aa5ab114e34645823b219f9a866fd82fc26b427b (patch) | |
| tree | 2b286ba43dc34a103ccd7e69d1969518df2243f8 /docs | |
| parent | a8991b9b9f11e2d5308f677d0ad1768b88e2d2ec (diff) | |
Fixed #24122 -- Redirected to translated url after setting language
Thanks gbdlin for the initial patch and Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index da4984a9be..e8dd955e29 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -127,7 +127,8 @@ Generic Views Internationalization ^^^^^^^^^^^^^^^^^^^^ -* ... +* The :func:`django.views.i18n.set_language` view now properly redirects to + :ref:`translated URLs <url-internationalization>`, when available. Management Commands ^^^^^^^^^^^^^^^^^^^ |
