From 8cd32f09659cc271050a62b978f244b8a3445315 Mon Sep 17 00:00:00 2001 From: Erik Romijn Date: Sat, 22 Feb 2014 14:27:57 +0100 Subject: Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use --- docs/ref/utils.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') 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`` -- cgit v1.3