﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10800	render_to_string and render_to_response use select_template	p.patruno@…	nobody	"In documentaztion:
""The Django template language: For Python programmers""
http://docs.djangoproject.com/en/dev/ref/templates/api/

accordind with:
http://code.djangoproject.com/ticket/546

render_to_string and render_to_response can use select_template

so:
""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:""

should be:
""The render_to_string shortcut takes one required argument -- template_name, which should be a string with the name of the template to load and render or a list or tuple containing templates arguments for select_template -- and two optional arguments:""



"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
