summaryrefslogtreecommitdiff
path: root/docs/topics/templates.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/templates.txt')
-rw-r--r--docs/topics/templates.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 3ee9a01efd..a819acf3f0 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -308,10 +308,6 @@ applications. This generic name was kept for backwards-compatibility.
Only set it to ``False`` if you're rendering non-HTML templates!
- .. versionadded:: 1.10
-
- The ``autoescape`` option was added.
-
* ``'context_processors'``: a list of dotted Python paths to callables that
are used to populate the context when a template is rendered with a request.
These callables take a request object as their argument and return a