summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-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.