From 6502965d171265e8ae8f1a76302e134eaad3e270 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 10 Jan 2010 17:22:30 +0000 Subject: [PATCH] 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 --- docs/ref/templates/api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 6131b247c1..7582f8b435 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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