Author: adrian Date: 2006-08-17 22:43:55 -0500 (Thu, 17 Aug 2006) New Revision: 3608
Modified: django/trunk/docs/i18n.txt Log: Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor Modified: django/trunk/docs/i18n.txt =================================================================== --- django/trunk/docs/i18n.txt 2006-08-18 03:42:28 UTC (rev 3607) +++ django/trunk/docs/i18n.txt 2006-08-18 03:43:55 UTC (rev 3608) @@ -48,9 +48,10 @@ use internationalization, you should take the two seconds to set ``USE_I18N = False`` in your settings file. If ``USE_I18N`` is set to ``False``, then Django will make some optimizations so as not to load the -internationalization machinery. +internationalization machinery. See the `documentation for USE_I18N`_. -See the `documentation for USE_I18N`_. +You'll probably also want to remove ``'django.core.context_processors.i18n'`` +from your ``TEMPLATE_CONTEXT_PROCESSORS`` setting. .. _documentation for USE_I18N: http://www.djangoproject.com/documentation/settings/#use-i18n --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---