﻿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
15745	Description of DEBUG setting in email is misleading if DEBUG == False.	jMyles	jMyles	"If DEBUG == False, Django sends emails to those listed in the ADMIN setting with the exact text of the debug message.  

At the bottom of this message is the following:

""You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 500 page.""

In the case that the message is displayed in an email, this content is misleading.  Of course in order for the email to have been sent, we know that the user has DEBUG = False.

Thus, we need a short branch divorcing these two cases and displaying slightly different content.

Also (and please let me know if the convention is to separate these into two tickets) - there are some grammar issues with the docstrings - many need to be migrated to the present recurring tense / indicative mood if in fact that is going to remain the guideline."	Bug	closed	User Experience	1.3	Normal	needsinfo	debug, mail, errors, docstrings		Unreviewed	1	0	0	0		
