Author: SmileyChris Date: 2011-07-11 17:08:37 -0700 (Mon, 11 Jul 2011) New Revision: 16538
Modified: django/trunk/docs/ref/settings.txt Log: Add a note to USE_L10N settings documentation that startproject sets USE_L10N = True Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2011-07-10 21:52:50 UTC (rev 16537) +++ django/trunk/docs/ref/settings.txt 2011-07-12 00:08:37 UTC (rev 16538) @@ -1983,6 +1983,11 @@ See also :setting:`USE_I18N` and :setting:`LANGUAGE_CODE` +.. note:: + The default :file:`settings.py` file created by + :djadmin:`django-admin.py startproject <startproject>` includes + ``USE_L10N = True`` for convenience. + .. setting:: USE_THOUSAND_SEPARATOR USE_THOUSAND_SEPARATOR -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
