From 357910c1c6f5ff72ca2dbadf802a683cd630c335 Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Sun, 18 Sep 2011 07:50:50 +0000 Subject: [PATCH] Rectified the settings reference documentation to indicate that `USE_L10N` (and not `USE_I18N`) controls the activation of locale-dictated formats. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16850 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 69e939bec1..e839a3406a 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -796,7 +796,7 @@ Default: ``'.'`` (Dot) 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 @@ no grouping will be applied to the number. If this setting is greater than ``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 @@ Default thousand separator used when formatting numbers. This setting is 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