summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-02-22 14:27:57 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-22 18:29:06 +0100
commit8cd32f09659cc271050a62b978f244b8a3445315 (patch)
tree1977c53088acef79e6ce0df237ade0899b1b4993 /docs/ref
parent09b725f51bbfa0f01b27ee2d718889926d409519 (diff)
Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 5313a1de19..15242f030f 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -937,6 +937,10 @@ For a complete discussion on the usage of the following see the
so by translating the Django translation tags into standard gettext function
invocations.
+.. data:: LANGUAGE_SESSION_KEY
+
+ Session key under which the active language for the current session is stored.
+
.. _time-zone-selection-functions:
``django.utils.timezone``