We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5334867 commit e7a91d3Copy full SHA for e7a91d3
docs/i18n.txt
@@ -48,9 +48,10 @@ bit of i18n-related overhead in certain places of the framework. If you don't
48
use internationalization, you should take the two seconds to set
49
``USE_I18N = False`` in your settings file. If ``USE_I18N`` is set to
50
``False``, then Django will make some optimizations so as not to load the
51
-internationalization machinery.
+internationalization machinery. See the `documentation for USE_I18N`_.
52
53
-See the `documentation for USE_I18N`_.
+You'll probably also want to remove ``'django.core.context_processors.i18n'``
54
+from your ``TEMPLATE_CONTEXT_PROCESSORS`` setting.
55
56
.. _documentation for USE_I18N: http://www.djangoproject.com/documentation/settings/#use-i18n
57
0 commit comments