﻿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
14973	AdminEmailHandler doesn't include report.message	jamstooks	nobody	"Shouldn't the message from the report be included in the email?

{{{
# django/utils/log.py line 89
message = ""%s\n\n%s"" % (stack_trace, request_repr)
}}}

I wasn't sure what the intension here was for excluding the message, so I didn't build a patch for that yet, but it could be something as simple as:

{{{
message = ""%s\n\n%s\n\n%s"" % (record.message, stack_trace, request_repr)
}}}"		closed	Core (Other)	1.3-alpha		fixed			Accepted	0	0	0	0	0	0
