summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-06 13:16:24 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commitd134b0b93ee10a2128c595997cbc6022c4a982f7 (patch)
tree3122aa4e5bf0abec1e3f202e64957f55a71e8e8c /docs/ref/utils.txt
parent52a238ddf2ceb5211daa2ab23c626473685729b5 (diff)
Refs #15902 -- Stopped set_language() storing user's language in the session.
Per deprecation timeline.
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index b04e1196d4..52c5101e9f 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -1099,13 +1099,3 @@ For a complete discussion on the usage of the following see the
Turns a Django template into something that is understood by ``xgettext``.
It does 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.
-
- .. deprecated:: 3.0
-
- The language won't be stored in the session in Django 4.0. Use the
- :setting:`LANGUAGE_COOKIE_NAME` cookie instead.