From aa5ab114e34645823b219f9a866fd82fc26b427b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 12 Mar 2015 09:32:29 +0100 Subject: Fixed #24122 -- Redirected to translated url after setting language Thanks gbdlin for the initial patch and Tim Graham for the review. --- docs/releases/1.9.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 `, when available. Management Commands ^^^^^^^^^^^^^^^^^^^ -- cgit v1.3