Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use

This commit is contained in:
Erik Romijn 2014-02-22 14:27:57 +01:00 committed by Baptiste Mispelon
parent 09b725f51b
commit 8cd32f0965
10 changed files with 63 additions and 22 deletions

View file

@ -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``