diff options
| author | Tibor Leupold <tibor.leupold@torchbox.com> | 2022-11-24 14:23:20 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-11-24 14:23:20 +0100 |
| commit | 33f4de34e63c00616ed1624acdf9cd8adfaf33a6 (patch) | |
| tree | caf30c6bc3d125e78ad8a4c0194f3f32fcb6a2c2 /docs | |
| parent | 855f5a36e7c8e7a8ce3f62d6ef8c9ae3e073ae3d (diff) | |
Fixed #34064 -- Adjusted locale override wording in settings docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index e1a2ead760..b1a8e2444d 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`. |
