diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-12 18:42:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-12 18:43:57 -0400 |
| commit | 2955dfdeca271cd8b4899455b44fe77809ebccb9 (patch) | |
| tree | 06ba1eea0647b1739291e463a20aff5ffcbf8827 | |
| parent | 3cc5cc79584b66dafac54264d072ac1206426471 (diff) | |
[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
Backport of f3e5a746469401a16939de0fc17fed584ced2118 from master
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 6fe2dc1462..1ccd16ba48 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2422,7 +2422,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 |
