diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 27dafd7b96..02935c01a2 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
