Refs #25386 -- Added links to the OPTIONS of the built-in template backends.

This commit is contained in:
Tim Graham 2015-09-12 18:42:25 -04:00
parent b1e33ceced
commit f3e5a74646
1 changed files with 4 additions and 1 deletions

View File

@ -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