﻿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
18178	URLField -- TLD part can not start/end with hyphen	Miloslav Pojman	nobody	"URLField accepts URLs where a TLD part of the domain name starts or ends with a hyphen.

{{{
>>> URLField().clean(""example.-com"")
u'http://example.-com/'
>>> URLField().clean(""example.com-"")
u'http://example.com-/'
}}}

"	Bug	closed	Forms	1.4	Normal	wontfix			Design decision needed	0	0	0	0	0	0
