﻿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
8116	django.template.loader.select_template should not silently skip a template which includes another template that does not exist	Michael P. Jung	Unai Zalakain	"When using '''django.template.loader.select_template''' for a template that does exist, but contains an '''{% include ... %}''' tag which throws a TemplateDoesNotExist exception, the template is silently skipped instead of raising an error. That makes it extremely hard to track down an include error within a template that is loaded using select_template.

I haven't dug very deep into this issue, but as far as I got it seams that the most simple solution to this problem would be a different exception to be thrown by the include tag."	Bug	closed	Template system	dev	Normal	invalid	sprint2013	mpjung@… anton@… FunkyBob	Accepted	1	0	0	0	0	0
