Skip to content

Commit

Permalink
Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.
Browse files Browse the repository at this point in the history
django.core.context_processors.tz was missing from default
TEMPLATE_CONTEXT_PROCESSORS in the template api documentation.
  • Loading branch information
jnns authored and apollo13 committed Jun 23, 2012
1 parent ea9536b commit c864b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ref/templates/api.txt
Expand Up @@ -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
Expand Down

0 comments on commit c864b36

Please sign in to comment.