mirror of https://github.com/django/django.git
Fixed ReST error in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5f33157f62
commit
1c3689ccd5
|
@ -750,7 +750,7 @@ Default: ``True``
|
||||||
|
|
||||||
A boolean that specifies whether Django's internationalization system should be
|
A boolean that specifies whether Django's internationalization system should be
|
||||||
enabled. This provides an easy way to turn it off, for performance. If this is
|
enabled. This provides an easy way to turn it off, for performance. If this is
|
||||||
set to ``False, Django will make some optimizations so as not to load the
|
set to ``False``, Django will make some optimizations so as not to load the
|
||||||
internationalization machinery.
|
internationalization machinery.
|
||||||
|
|
||||||
YEAR_MONTH_FORMAT
|
YEAR_MONTH_FORMAT
|
||||||
|
|
Loading…
Reference in New Issue