mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #32873 -- Deprecated settings.USE_L10N.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
04e023e383
commit
676bd084f2
48 changed files with 335 additions and 148 deletions
|
@ -34,6 +34,8 @@ details on these changes.
|
|||
``StringAgg`` aggregates will return ``None`` when there are no rows instead
|
||||
of ``[]``, ``[]``, and ``''`` respectively.
|
||||
|
||||
* The ``USE_L10N`` setting will be removed.
|
||||
|
||||
.. _deprecation-removed-in-4.1:
|
||||
|
||||
4.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue