Fixed #10800 -- Made a small improvement to render_to_string() docs. Thanks, p.patruno@iperbole.bologna.it and timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1461a76fdd
commit
6502965d17
|
@ -656,7 +656,8 @@ returns the resulting string::
|
|||
|
||||
The ``render_to_string`` shortcut takes one required argument --
|
||||
``template_name``, which should be the name of the template to load
|
||||
and render -- and two optional arguments:
|
||||
and render (or a list of template names, in which case Django will use
|
||||
the first template in the list that exists) -- and two optional arguments:
|
||||
|
||||
dictionary
|
||||
A dictionary to be used as variables and values for the
|
||||
|
|
Loading…
Reference in New Issue