Clarify locale override in settings docs

This commit is contained in:
Tibor Leupold 2022-09-30 13:48:34 -07:00
parent 5e0aa362d9
commit 0631f93c73
1 changed files with 2 additions and 2 deletions

View File

@ -2886,8 +2886,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`.