mirror of
https://github.com/django/django.git
synced 2025-06-07 20:49:11 +00:00
[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
Backport of f3e5a746469401a16939de0fc17fed584ced2118 from master
This commit is contained in:
parent
3cc5cc7958
commit
2955dfdeca
@ -2422,7 +2422,10 @@ OPTIONS
|
|||||||
Default: ``{}`` (Empty dict)
|
Default: ``{}`` (Empty dict)
|
||||||
|
|
||||||
Extra parameters to pass to the template backend. Available parameters vary
|
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
|
.. setting:: TEMPLATE_CONTEXT_PROCESSORS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user