summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2010-11-16 21:34:53 +0000
committerChris Beaven <smileychris@gmail.com>2010-11-16 21:34:53 +0000
commit6ff1f386467cccaadd1d09dc7d7b8881ccb1389a (patch)
treedfabe0179cca8ba2f11560a9af9c10c490cbcbc5 /docs/ref
parent10fafed666b1bde858589787433af5bb15ceaded (diff)
[1.2.X] 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/branches/releases/1.2.X@14579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index b2a9b550ef..80004a23d7 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1179,7 +1179,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
@@ -1555,9 +1555,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