﻿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
13970	SelectDateWidget should be updated to use new is_required Widget attribute	Mitar	nobody	"Overridden widgets in ModelForm do not respect blank (not required) flag of the model field because they are initialized in advance and already made object is passed for the widget.

The problem is for example with SelectDateWidget which is by default configured as required. So I have to manually set `required` constructor argument to `False` for model fields which are not required. This obviously contradicts DRY concept.

I propose that if `required` argument is not passed to the constructor explicitly then default should be taken from the model field and not that it is `True` by default."	New feature	closed	Forms	dev	Normal	fixed		mmitar@…	Ready for checkin	1	0	0	0	0	0
