1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #5691 -- Made cache keys independent of USE_L10N.

This mostly reverts af1893c4ff.
This commit is contained in:
Claude Paroz
2020-05-22 19:43:03 +02:00
committed by Mariusz Felisiak
parent e37f809618
commit 258c88a913
4 changed files with 16 additions and 22 deletions

View File

@@ -336,6 +336,11 @@ Miscellaneous
* Support for ``argon2-cffi`` < 19.1.0 is removed.
* The cache keys no longer includes the language when internationalization is
disabled (``USE_I18N = False``) and localization is enabled
(``USE_L10N = True``). After upgrading to Django 3.2 in such configurations,
the first request to any previously cached value will be a cache miss.
.. _deprecated-features-3.2:
Features deprecated in 3.2