﻿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
16148	get_object_or_404 hook feature	havelove@…	nobody	"how about add a hook to get_object_or_404 to render a template with  the same name of model when object does not exist ?

For example:
user = get_object_or_404(User, pk=pk)

if the user does not exist, get_object_or_404 will try to render ""404/user.html"" to show the error page other than a single 404 page for all queries.

"	New feature	closed	Core (Other)	1.3	Normal	wontfix			Design decision needed	0	0	0	0	0	0
