mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use
This commit is contained in:
parent
09b725f51b
commit
8cd32f0965
10 changed files with 63 additions and 22 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue