﻿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
4278	get_template should accept a dirs argument	amcnabb	Berker Peksag	"The function django.template.loader.find_template_source already accepts a dirs argument, which makes it possible to override TEMPLATE_DIRS.  However, get_template and other functions are not aware of find_template_source's dirs argument.  The attached patch adds this dirs argument, with a default value of None, to a few additional functions.

After applying the patch, I can do:

render_to_response('some_template_file.html', dirs=(SOME_OTHER_DIRECTORY,))"	New feature	closed	Template system	dev	Normal	fixed	tplrf-patched		Accepted	1	0	0	0	0	0
