﻿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
15628	AdminEmailHandler is useless without request in record	Hynek Schlawack	nobody	"There is an obvious bug inside django/utils/log.py.

If no request is supplied with the LogRecord, the subject of the mail is set flatly to ""Error: Unknown URL"". This contradicts the docs (http://docs.djangoproject.com/en/dev/topics/logging/#id2).

The attached patch fixes that by setting the subject the same way as before but omitting the IP if no request has been supplied.

It would be awesome if that could make it into 1.3."		closed	Contrib apps	dev		fixed	logging		Ready for checkin	1	0	0	0	0	0
