﻿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
1514	No way to allow exceptions to raise out of Django	ianb@…	Adrian Holovaty	"In trunk, django.core.handlers.base, exceptions are captured and displayed.  However, in testing environments it is preferable that the exception not be handled and simply raised (or, for example, a rollback and then the exception is re-raised).  There's no way to get it to do this now.

This also allows Django to use Paste's exception handlers.  Paste in particular indicates this by putting {{{environ['paste.throw_errors']=True}}} into the WSGI environment, and does this both when an exception handler is already installed, and in testing environments."	defect	closed	Core (Other)	dev	normal	duplicate		ianb@…	Unreviewed	0	0	0	0	0	0
