From ea145923fcb38ce32dabb703576b94477dc5811b Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Tue, 16 Nov 2010 21:33:48 +0000 Subject: [PATCH] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentation. Thanks to Klaas van Schelven for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14578 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index b394cd75b051b..95e6861bb66b3 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1220,7 +1220,7 @@ will be applied to the number. If this setting is greater than ``0`` then the setting :setting:`THOUSAND_SEPARATOR` will be used as the separator between those groups. -See also :setting:`THOUSAND_SEPARATOR`. +See also :setting:`THOUSAND_SEPARATOR` and :setting:`USE_THOUSAND_SEPARATOR`. .. setting:: PASSWORD_RESET_TIMEOUT_DAYS @@ -1593,9 +1593,10 @@ THOUSAND_SEPARATOR Default ``,`` (Comma) Default thousand separator used when formatting numbers. This setting is -used only when ``NUMBER_GROUPING`` is set. +used only when ``NUMBER_GROUPING`` and ``USE_THOUSAND_SEPARATOR`` are set. -See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR`` +See also :setting:`NUMBER_GROUPING`, :setting:`DECIMAL_SEPARATOR` and +:setting:`USE_THOUSAND_SEPARATOR`. .. setting:: TIME_FORMAT