﻿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
3281	[patch] newforms.URLField() does not validate with both required=False and verify_exists=True	zendak	Adrian Holovaty	"The following newforms field will prevent its form from validating if given a ""False"" value (empty string or None):
{{{
#!python
url = newforms.URLField(required=False, verify_exists=True)
}}}
This combination of required and verify_exists causes a conflict. Note that for a corresponding model.URLField(blank=True, verify_exists=True) there is no such conflict when accessed through the Admin."	defect	closed	Forms	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
