﻿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
25573	Add simple way to use SplitDateTimeField on ModelForms	David Seddon	nobody	"If you specify a `SplitDateTimeWidget` as the custom widget for a `DateTimeField` on a `ModelForm`, you receive this deprecation warning:

{{{
RemovedInDjango19Warning: Using SplitDateTimeWidget with DateTimeField is deprecated. Use SplitDateTimeField instead.
}}}

My understanding is that the only way to do this for a `ModelForm` based on a model with a `DateTimeField`, is to subclass `models.DateTimeField` like this: https://gist.github.com/nacady/8dd5cab2f749d1589f1e.

Perhaps we should provide a simpler way of using the SplitDateTimeField with ModelForms?"	Cleanup/optimization	closed	Forms	1.9a1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
