﻿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
33723	DEBUG_PROPAGATE_EXCEPTIONS is not honored by runserver	Daniel Hahler	nobody	"When setting `DEBUG_PROPAGATE_EXCEPTIONS = True` the exception gets re-raised in the view, but still gets handled/swallowed by `runserver` then.

Therefore `python -m pdb ./manage.py runserver --nothreading --noreload` does not allow for post-mortem debugging then.

This could be fixed by implementing `handle_error` on the `WSGIServer` and `ServerHandler` used by the runserver command."	New feature	closed	Core (Management commands)	dev	Normal	needsinfo			Unreviewed	1	1	1	1	0	0
