Skip to content

Commit

Permalink
Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in doc…
Browse files Browse the repository at this point in the history
…umentation. Thanks to Klaas van Schelven for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
SmileyChris committed Nov 16, 2010
1 parent 35dc7d6 commit ea14592
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ref/settings.txt
Expand Up @@ -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 setting :setting:`THOUSAND_SEPARATOR` will be used as the separator between those
groups. groups.


See also :setting:`THOUSAND_SEPARATOR`. See also :setting:`THOUSAND_SEPARATOR` and :setting:`USE_THOUSAND_SEPARATOR`.


.. setting:: PASSWORD_RESET_TIMEOUT_DAYS .. setting:: PASSWORD_RESET_TIMEOUT_DAYS


Expand Down Expand Up @@ -1593,9 +1593,10 @@ THOUSAND_SEPARATOR
Default ``,`` (Comma) Default ``,`` (Comma)


Default thousand separator used when formatting numbers. This setting is 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 .. setting:: TIME_FORMAT


Expand Down

0 comments on commit ea14592

Please sign in to comment.