summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-12-17 23:36:32 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-12-28 17:02:31 +0100
commit9eb4f28e89692440e01c40a179a0b2111f4f0e04 (patch)
tree4367c2bbb5144864a7fc322d1d86c6158938020f /docs/internals
parentd3205e3e2eb0202e7bdffaee3e2a80ad444b1ca2 (diff)
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 5dc7b2d28c..483ab7d5ad 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -90,6 +90,7 @@ details on these changes.
* The following settings will be removed:
* ``ALLOWED_INCLUDE_ROOTS``
+ * ``TEMPLATE_CONTEXT_PROCESSORS``
* ``TEMPLATE_DIRS``
* ``TEMPLATE_LOADERS``
* ``TEMPLATE_STRING_IF_INVALID``