﻿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
23643	"Have debug page show ""During handling of this exception, another exception occurred.."""	Ram Rachum	Tomáš Ehrlich	Python 3 has this thing where exceptions have optional `__cause__` and `__context__`, which is useful when an exception causes another exception. When you get a Python 3 traceback, you see tracebacks for all the exceptions in the tree. Currently it seems that the Django debug page ignores this information. It would be nice if it would display a separate traceback for each such exception.	New feature	closed	Core (Other)	dev	Release blocker	fixed			Accepted	1	0	0	0	0	0
