Author: julien
Date: 2011-09-18 00:50:50 -0700 (Sun, 18 Sep 2011)
New Revision: 16850

Modified:
   django/trunk/docs/ref/settings.txt
Log:
Rectified the settings reference documentation to indicate that `USE_L10N` (and 
not `USE_I18N`) controls the activation of locale-dictated formats.

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2011-09-18 07:24:16 UTC (rev 16849)
+++ django/trunk/docs/ref/settings.txt  2011-09-18 07:50:50 UTC (rev 16850)
@@ -796,7 +796,7 @@
 
 Default decimal separator used when formatting decimal numbers.
 
-Note that if :setting:`USE_I18N` is set to ``True``, then the locale-dictated
+Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated
 format has higher precedence and will be applied instead.
 
 See also :setting:`NUMBER_GROUPING`, :setting:`THOUSAND_SEPARATOR` and
@@ -1454,7 +1454,7 @@
 ``0``, then :setting:`THOUSAND_SEPARATOR` will be used as the separator between
 those groups.
 
-Note that if :setting:`USE_I18N` is set to ``True``, then the locale-dictated
+Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated
 format has higher precedence and will be applied instead.
 
 See also :setting:`DECIMAL_SEPARATOR`, :setting:`THOUSAND_SEPARATOR` and
@@ -1919,7 +1919,7 @@
 used only when :setting:`USE_THOUSAND_SEPARATOR` is ``True`` and
 :setting:`NUMBER_GROUPING` is greater than ``0``.
 
-Note that if :setting:`USE_I18N` is set to ``True``, then the locale-dictated
+Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated
 format has higher precedence and will be applied instead.
 
 See also :setting:`NUMBER_GROUPING`, :setting:`DECIMAL_SEPARATOR` and

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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