﻿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
16770	Don't wrap exceptions in TemplateSyntaxError under DEBUG	jMyles	jMyles	"This problem is easy to reproduce:

*Create a new django project.
*In settings.py, set the database to postgres but with a non-existent hostname.
*Create a model (Llama) and view (home)
*In the view, pass Llama.objects.all() to the context as ""llamas""
*In the template, attempt to iterate through ""llamas""

"	Bug	closed	Template system	1.3	Normal	fixed			Accepted	0	0	0	0	0	0
