summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index cd7c7aca63..2becfea269 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -1106,3 +1106,8 @@ functions without the ``u``.
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.