﻿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
855	urlconf regexps should allow backreferences	aaronsw	Adrian Holovaty	"Half the coolness of using regular expressions to define the URL scheme is being able to use backreferences in the consequent. That is, if we have something like:

{{{
(r'^@([^/]+)/(.*)$', r'proj.apps.myapp.\1')
}}}

then when visiting ""/@edit/bar"") it should call myapp.edit(request, ""bar"")."	enhancement	closed	contrib.admin		normal	wontfix			Unreviewed	0	0	0	0	0	0
