﻿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
2997	[patch] Changeset [4037] broke URLField	jkocherhans	Adrian Holovaty	[4037] still uses the {{{field_data}}} variable name instead of {{{value}}} which breaks {{{URLField}}}'s {{{convert}}} method. Adding to the problem is the bare except at line 222 of [source:/django/trunk/django/newforms/fields.py#4037#L222 fields.py] which masks the real problem. Changing the bare except to catch {{{urllib2.URLError}}} fixes the tests, though I'm not sure that it will catch everything it's meant to though.	defect	closed	Validators	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
