﻿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
9836	Small clarification on 404 views	Preston Holmes <preston@…>	Jacob	"I'm submitting these tickets because I know only people who are new to Django but not new to programming are going to catch these small details that can throw off beginners.

""If DEBUG is set to True (in your settings module) then your 404 view will never be used, and the traceback will be displayed instead.""

Should be rewritten to:

""If DEBUG is set to True (in your settings module) then neither your 404 view nor your 404.html template will be used, and the traceback will be displayed instead.""

the diff is the reference to the template in addition to a custom view not being used.

-Ptone"		closed	Documentation	dev		fixed			Accepted	0	0	0	0	0	0
