summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-17 09:34:50 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:09 -0400
commit04ee4059d71dbc6aa029907e251360eaf00e11bb (patch)
treed675a92c2f0beec5e3904c7b02e415d91d8e5c10 /docs/topics
parent3af9b70028487be81c4f6ca65ca0d1f2be337e4f (diff)
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/templates.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 94ee9904a6..a2ccdb0c9f 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -348,21 +348,6 @@ applications. This generic name was kept for backwards-compatibility.
``DjangoTemplates`` engines accept the following :setting:`OPTIONS
<TEMPLATES-OPTIONS>`:
-* ``'allowed_include_roots'``: a list of strings representing allowed prefixes
- for the ``{% ssi %}`` template tag. This is a security measure, so that
- template authors can't access files that they shouldn't be accessing.
-
- For example, if ``'allowed_include_roots'`` is ``['/home/html',
- '/var/www']``, then ``{% ssi /home/html/foo.txt %}`` would work, but ``{%
- ssi /etc/passwd %}`` wouldn't.
-
- It defaults to an empty list.
-
- .. deprecated:: 1.8
-
- ``allowed_include_roots`` is deprecated because the {% ssi %} tag is
- deprecated.
-
* ``'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