﻿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
17617	Middleware Loader swallows useful stacktraces	davedash	nobody	"This try/except block:

https://github.com/django/django/blob/master/django/core/handlers/base.py#L44

Swallows stacktraces that can help us track down problems.  Simply outputting the error raised doesn't really explain what's going on... in our case it was an ImportError caused by a circular import, we had to comment out the try/except to expose it[1].

Not sure what a good way is to fix this, but I thought I'd at the very least mention it.

[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=722497"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed			Accepted	0	0	0	0	0	0
