From f3e5a746469401a16939de0fc17fed584ced2118 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 12 Sep 2015 18:42:25 -0400 Subject: [PATCH] Refs #25386 -- Added links to the OPTIONS of the built-in template backends. --- docs/ref/settings.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 56bd61a99d6..2c855a0e1ed 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