mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #15902 -- Deprecated storing user's language in the session.
This commit is contained in:
parent
76990cbbda
commit
a8e2a9bac6
11 changed files with 94 additions and 57 deletions
|
@ -24,6 +24,9 @@ details on these changes.
|
|||
``ugettext_noop()``, ``ungettext()``, and ``ungettext_lazy()`` will be
|
||||
removed.
|
||||
|
||||
* ``django.views.i18n.set_language()`` will no longer set the user language in
|
||||
``request.session`` (key ``django.utils.translation.LANGUAGE_SESSION_KEY``).
|
||||
|
||||
.. _deprecation-removed-in-3.1:
|
||||
|
||||
3.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue