mirror of https://github.com/django/django.git
Fixed #34064 -- Adjusted locale override wording in settings docs.
This commit is contained in:
parent
855f5a36e7
commit
33f4de34e6
|
@ -2886,8 +2886,8 @@ Default: ``False``
|
||||||
A boolean that specifies whether to display numbers using a thousand separator.
|
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
|
When set to ``True`` and :setting:`USE_L10N` is also ``True``, Django will
|
||||||
format numbers using the :setting:`NUMBER_GROUPING` and
|
format numbers using the :setting:`NUMBER_GROUPING` and
|
||||||
:setting:`THOUSAND_SEPARATOR` settings. These settings may also be dictated by
|
:setting:`THOUSAND_SEPARATOR` settings. The latter two settings may also be
|
||||||
the locale, which takes precedence.
|
dictated by the locale, which takes precedence.
|
||||||
|
|
||||||
See also :setting:`DECIMAL_SEPARATOR`, :setting:`NUMBER_GROUPING` and
|
See also :setting:`DECIMAL_SEPARATOR`, :setting:`NUMBER_GROUPING` and
|
||||||
:setting:`THOUSAND_SEPARATOR`.
|
:setting:`THOUSAND_SEPARATOR`.
|
||||||
|
|
Loading…
Reference in New Issue