﻿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
3598	URL dispatch docs clairification, optional dictionary precedence	yary h <nospam@…>	Adrian Holovaty	"I had a URL pattern like so:
{{{
r('^test/(?<foo>w+)?','test_view',{'foo':'there is no foo!'})
}}}

It's a case that's not covered in [http://www.djangoproject.com/documentation/url_dispatch the documentation]. It looks like the optional dictionary overrides the passed in URL, which isn't what I expect, but as an undocumented case with an easy work around, I can live with it.

Think about how above pattern should behave, check that it does it, and document!

thanks

"		closed	Core (Other)	dev		fixed	URL dispatch	not.com@…	Ready for checkin	0	0	0	0	0	0
