Documented render_to_string()'s `using` parameter.
This commit is contained in:
parent
0083a4c8e9
commit
24da355686
|
@ -252,6 +252,10 @@ templates, Django provides a shortcut function which automates the process.
|
||||||
An optional :class:`~django.http.HttpRequest` that will be available
|
An optional :class:`~django.http.HttpRequest` that will be available
|
||||||
during the template's rendering process.
|
during the template's rendering process.
|
||||||
|
|
||||||
|
``using``
|
||||||
|
An optional template engine :setting:`NAME <TEMPLATES-NAME>`. The
|
||||||
|
search for the template will be restricted to that engine.
|
||||||
|
|
||||||
Usage example::
|
Usage example::
|
||||||
|
|
||||||
from django.template.loader import render_to_string
|
from django.template.loader import render_to_string
|
||||||
|
|
Loading…
Reference in New Issue