﻿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
4911	reverse not handling escape characters	hattawayd	Jacob	"I have one of my url patterns like this:

{{{
(r'^plot/(?P<name>\w+)\.(?P<type>\w+)$', image),
}}}

but {{{ reverse(image, {'name': 'graph', 'type': 'png'}) }}}
gives me {{{ plot/graph%5C.png }}}

reverse is leaving the \ in as %5C, when it is being used to escape the ."		closed	Uncategorized	dev		duplicate			Unreviewed	0	0	0	0	0	0
