summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-12 18:42:25 -0400
committerTim Graham <timograham@gmail.com>2015-09-12 18:42:25 -0400
commitf3e5a746469401a16939de0fc17fed584ced2118 (patch)
tree6029cad38e4161d541b21856fb4d65a218b6d0f8 /docs
parentb1e33ceceda1e75ff68c7deed8f6659683a195d3 (diff)
Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 56bd61a99d..2c855a0e1e 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2335,7 +2335,10 @@ OPTIONS
Default: ``{}`` (Empty dict)
Extra parameters to pass to the template backend. Available parameters vary
-depending on the template backend.
+depending on the template backend. See
+:class:`~django.template.backends.django.DjangoTemplates` and
+:class:`~django.template.backends.jinja2.Jinja2` for the options of the
+built-in backends.
.. setting:: TEMPLATE_CONTEXT_PROCESSORS