Kaydet (Commit) c864b36b authored tarafından jnns's avatar jnns Kaydeden (comit) Florian Apolloner

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.
üst ea9536b1
...@@ -370,6 +370,7 @@ and return a dictionary of items to be merged into the context. By default, ...@@ -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.i18n",
"django.core.context_processors.media", "django.core.context_processors.media",
"django.core.context_processors.static", "django.core.context_processors.static",
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages") "django.contrib.messages.context_processors.messages")
In addition to these, ``RequestContext`` always uses In addition to these, ``RequestContext`` always uses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment