Author: SmileyChris
Date: 2010-11-16 15:33:48 -0600 (Tue, 16 Nov 2010)
New Revision: 14578

Modified:
   django/trunk/docs/ref/settings.txt
Log:
Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in 
documentation. Thanks to Klaas van Schelven for the patch.

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2010-11-16 15:15:47 UTC (rev 14577)
+++ django/trunk/docs/ref/settings.txt  2010-11-16 21:33:48 UTC (rev 14578)
@@ -1220,7 +1220,7 @@
 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 @@
 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
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to