summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTibor Leupold <tibor.leupold@torchbox.com>2022-11-24 14:23:20 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-11-24 15:11:10 +0100
commit754c0c5c6cbabddbe2a8480f95e4dd8273ca6fa4 (patch)
treec4bfc98774d939e898fbedcf6d6aa4630c4c3c3a
parent81003a9ee6380f9bd6ba9177ff21b8ab48cbee0b (diff)
downloaddjango-754c0c5c6cbabddbe2a8480f95e4dd8273ca6fa4.tar.gz
[4.1.x] Fixed #34064 -- Adjusted locale override wording in settings docs.
Backport of 33f4de34e63c00616ed1624acdf9cd8adfaf33a6 from main
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index ec00db2341..e4cea3ddef 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -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`.