﻿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
33367	URLField throws ValueError instead of ValidationError on clean	Florian Apolloner	Pedro Schlickmann Mendes	"{{{
forms.URLField( ).clean('////]@N.AN')
}}}
results in:
{{{
	ValueError: Invalid IPv6 URL
	Traceback (most recent call last):
	  File ""basic_fuzzer.py"", line 22, in TestOneInput
	  File ""fuzzers.py"", line 350, in test_forms_URLField
	  File ""django/forms/fields.py"", line 151, in clean
	  File ""django/forms/fields.py"", line 136, in run_validators
	  File ""django/core/validators.py"", line 130, in __call__
	  File ""urllib/parse.py"", line 440, in urlsplit
}}}"	Bug	closed	Core (Other)	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
