summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-03-12 09:32:29 +0100
committerClaude Paroz <claude@2xlibre.net>2015-03-13 16:46:40 +0100
commitaa5ab114e34645823b219f9a866fd82fc26b427b (patch)
tree2b286ba43dc34a103ccd7e69d1969518df2243f8 /docs
parenta8991b9b9f11e2d5308f677d0ad1768b88e2d2ec (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.txt3
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
^^^^^^^^^^^^^^^^^^^