|
@@ -736,6 +736,14 @@ tag for protection against :doc:`Cross Site Request Forgeries
|
|
|
If this processor is enabled, every ``RequestContext`` will contain a variable
|
|
|
``request``, which is the current :class:`~django.http.HttpRequest`.
|
|
|
|
|
|
+``django.template.context_processors.tz``
|
|
|
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+.. function:: tz
|
|
|
+
|
|
|
+If this processor is enabled, every ``RequestContext`` will contain a variable
|
|
|
+``TIME_ZONE``, providing the name of the currently active time zone.
|
|
|
+
|
|
|
``django.contrib.messages.context_processors.messages``
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|