From d134b0b93ee10a2128c595997cbc6022c4a982f7 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 6 Jan 2021 13:16:24 +0100 Subject: Refs #15902 -- Stopped set_language() storing user's language in the session. Per deprecation timeline. --- docs/ref/utils.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/ref') 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. -- cgit v1.3