﻿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
16020	urlize() incorrectly escapes query string escapes	Chris Lamb	nobody	"{{{
>>> from django.utils.html import urlize

>>> urlize('http://site.com/?foo%20bar')
u'<a href=""http://site.com/?foo%2520bar"">http://site.com/?foo%20bar</a>'
#                              ^^^^^

>>> urlize('www.site.com/?foo%20bar')
u'<a href=""http://www.site.com/?foo%2520bar"">www.site.com/?foo%20bar</a>'
#                                  ^^^^^
}}}

Patch attached."	Bug	closed	Template system	1.3	Normal	duplicate			Accepted	1	0	0	0	1	0
