Changeset 3608
- Timestamp:
- 08/17/06 22:43:55 (2 years ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r3439 r3608 49 49 ``USE_I18N = False`` in your settings file. If ``USE_I18N`` is set to 50 50 ``False``, then Django will make some optimizations so as not to load the 51 internationalization machinery. 52 53 See the `documentation for USE_I18N`_. 51 internationalization machinery. See the `documentation for USE_I18N`_. 52 53 You'll probably also want to remove ``'django.core.context_processors.i18n'`` 54 from your ``TEMPLATE_CONTEXT_PROCESSORS`` setting. 54 55 55 56 .. _documentation for USE_I18N: http://www.djangoproject.com/documentation/settings/#use-i18n
