diff options
| author | Chris Beaven <smileychris@gmail.com> | 2011-07-12 00:08:37 +0000 |
|---|---|---|
| committer | Chris Beaven <smileychris@gmail.com> | 2011-07-12 00:08:37 +0000 |
| commit | 956da729d19d619c210a2466d4435d4967249e7f (patch) | |
| tree | bb29b809a5a57b4a20b10e00ee5bf799b7fcd425 /docs | |
| parent | 86ac8c132799d6adb0a89f19972c9fae096f7772 (diff) | |
Add a note to USE_L10N settings documentation that startproject sets USE_L10N = True
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index c09b218198..c97f789661 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1983,6 +1983,11 @@ format of the current locale. 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 |
