mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
[4.1.x] Fixed #34064 -- Adjusted locale override wording in settings docs.
Backport of 33f4de34e63c00616ed1624acdf9cd8adfaf33a6 from main
This commit is contained in:
parent
81003a9ee6
commit
754c0c5c6c
@ -2905,8 +2905,8 @@ Default: ``False``
|
||||
A boolean that specifies whether to display numbers using a thousand separator.
|
||||
When set to ``True`` and :setting:`USE_L10N` is also ``True``, Django will
|
||||
format numbers using the :setting:`NUMBER_GROUPING` and
|
||||
:setting:`THOUSAND_SEPARATOR` settings. These settings may also be dictated by
|
||||
the locale, which takes precedence.
|
||||
:setting:`THOUSAND_SEPARATOR` settings. The latter two settings may also be
|
||||
dictated by the locale, which takes precedence.
|
||||
|
||||
See also :setting:`DECIMAL_SEPARATOR`, :setting:`NUMBER_GROUPING` and
|
||||
:setting:`THOUSAND_SEPARATOR`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user