Skip to content

Commit

Permalink
Add a note to USE_L10N settings documentation that startproject sets …
Browse files Browse the repository at this point in the history
…USE_L10N = True

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
SmileyChris committed Jul 12, 2011
1 parent 86ac8c1 commit 956da72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ref/settings.txt
Expand Up @@ -1983,6 +1983,11 @@ format of the current locale.


See also :setting:`USE_I18N` and :setting:`LANGUAGE_CODE` 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 .. setting:: USE_THOUSAND_SEPARATOR


USE_THOUSAND_SEPARATOR USE_THOUSAND_SEPARATOR
Expand Down

0 comments on commit 956da72

Please sign in to comment.