Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.

django.core.context_processors.tz was missing from default
TEMPLATE_CONTEXT_PROCESSORS in the template api documentation.
This commit is contained in:
jnns 2012-06-21 12:37:12 +03:00 committed by Florian Apolloner
parent ea9536b17f
commit c864b36ba1
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ and return a dictionary of items to be merged into the context. By default,
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.static",
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages")
In addition to these, ``RequestContext`` always uses