﻿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
15695	Save ResolverMatch in HttpRequest	nischu7	nobody	"In order to simplify the implementation of navigation systems within templates, the HttpRequest instance passed around in the request cycle should held a ""url_name"" property.

Example:
You define a url that looks like this one:

{{{
url(r'^$', 'core.views.dashboard', name='dashboard'),
}}}

You'll be able to get the name by accessing ""request.url_name"". This is more efficient than having to re-resolve the URL in the views/middleware classes/template tag implementations etc.
"	New feature	closed	Core (Other)	1.3	Normal	fixed		real.human@…	Design decision needed	1	1	1	0	0	0
