From 33f4de34e63c00616ed1624acdf9cd8adfaf33a6 Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Thu, 24 Nov 2022 14:23:20 +0100 Subject: [PATCH] Fixed #34064 -- Adjusted locale override wording in settings docs. --- docs/ref/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index e1a2ead7604..b1a8e2444d2 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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`.