﻿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
13542	Feature request: Debug 404 URL patterns as links	Erik Wognsen	nobody	"When you get the debug 404 page, it says, for example:
{{{
Using the URLconf defined in urls, Django tried these URL patterns, in this order:

1. ^user/
2. ^ratings/
3. ^ratings/user/(?P<user_id>\d+)/$
...

The current URL, , didn't match any of these.
}}}

It would be nice if the simple ones (1 and 2 above) were links, simply to /user/ and /ratings/. I've included a quick patch that does that.

To work on URLconfs included from the main URLconf it needs some improvement, but I don't know how to do that and don't want to work on it unless the feature in general is found relevant. The regex probably also needs some more thought."		closed	Uncategorized	dev		wontfix			Unreviewed	1	0	0	0	0	0
