diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-03-15 12:16:21 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-03-15 12:16:21 +0000 |
| commit | 44390aeb5de635afaa48025db774fe8b2c048467 (patch) | |
| tree | 3e87fe65c9232ac345b68378d1e7548d9725f46f /docs/topics | |
| parent | 7989a78baf2c613cc3b75b923f12d178c9bbeb08 (diff) | |
Fixed #13045 - Add USE_L10N to the project skeleton settings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/localization.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt index 3431a25a12..10e59230e0 100644 --- a/docs/topics/i18n/localization.txt +++ b/docs/topics/i18n/localization.txt @@ -249,8 +249,13 @@ Format localization .. versionadded:: 1.2 -Django's formatting system is disabled by default. To enable it, it's necessary -to set :setting:`USE_L10N = True <USE_L10N>` in your settings file. +Django's formatting system is disabled by default. To enable it, it's +necessary to set :setting:`USE_L10N = True <USE_L10N>` in your settings file. + +.. note:: + The default :file:`settings.py` file created by + :djadmin:`django-admin.py startproject <startproject>` includes + :setting:`USE_L10N = True <USE_L10N>` for convenience. When using Django's formatting system, dates and numbers on templates will be displayed using the format specified for the current locale. Two users |
