﻿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
14044	"""required=False"" dones't work when use DateTimeField with SplitDateTimeWidget"	codeplayer	Yuval Adam	"in django shell, this bug can be reproduced like this:

{{{
In [1]: from django.forms import *

In [2]: class TForm(Form):
   ...:     d = DateTimeField(widget=SplitDateTimeWidget, required=False)
   ...: 

In [3]: print TForm(data={'d':''}).errors
<ul class=""errorlist""><li>d<ul class=""errorlist""><li>Enter a valid date/time.</li></ul></li></ul>
}}}
"		closed	Forms	dev		duplicate			Unreviewed	0	0	0	0	0	0
