﻿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
20172	utils.html.urlize does not recognize IPv6 URLs	Marc Aymerich	nobody	"Current urlize regex does not interpret IPv6 URLs because of being between brackets: [%(ipv6_address)s]

{{{
>>> from django.utils.html import urlize
>>> urlize(""http://[fdf5:5351:1dfd::2]/api/nodes/81"")
u'http://[fdf5:5351:1dfd::2]/api/nodes/81'
}}}
"	Bug	closed	Utilities	1.5	Normal	fixed	urlize, ipv6		Unreviewed	1	0	0	0	1	0
