There was an error while loading. Please reload this page.
1 parent c59fff7 commit d7816c5Copy full SHA for d7816c5
docs/topics/i18n/translation.txt
@@ -1247,6 +1247,12 @@ Activate this view by adding the following line to your URLconf::
1247
1248
(Note that this example makes the view available at ``/i18n/setlang/``.)
1249
1250
+.. warning::
1251
+
1252
+ Make sure that you don't include the above URL within
1253
+ :func:`~django.conf.urls.i18n.i18n_patterns` - it needs to be
1254
+ language-independent itself to work correctly.
1255
1256
The view expects to be called via the ``POST`` method, with a ``language``
1257
parameter set in request. If session support is enabled, the view
1258
saves the language choice in the user's session. Otherwise, it saves the
0 commit comments