﻿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
36586	Escaping (ampersand) in browsable API URLs	J M		"When URLs with an escaped character (specifically in my case, and ampersand) is rendered in the browsable API, in the href it is improperly unescaped. This may only apply to ampersands.


{{{
from django.utils.html import urlize
urlize('""tq"": ""http://api/foos/1/?p=1&times=1""')
'""tq"": ""<a href=""http://api/foos/1/?p=1%C3%97%3D1"">http://api/foos/1/?p=1&times=1</a>""'
}}}
"	Bug	closed	Template system	5.2	Normal	invalid	urlize		Unreviewed	0	0	0	0	0	0
