﻿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
3038	[patch] newforms: RegexField shouldn't validate an empty input if required is set to False	Thomas Steinacher <tom@…>	Adrian Holovaty	"RegexField shouldn't validate an empty input if the required attribute is set to False

I'm getting an error (Enter a valid e-mail address) when entering nothing into this email field:
{{{
 email = forms.EmailField(required=False)
}}}"	defect	closed	Forms		normal	fixed			Unreviewed	1	0	0	0	0	0
