﻿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
5851	SplitDateTimeWidget (or MultiWidget) doesn't allow different attrs for different fields	ciantic@…	Mariusz Felisiak	"Many times it is needed to have for instance different class attribute value for DateField than TimeField, therefore SplitDateTimeWidget should have a way to give different attrs for time and datefields.
(e.g. Javascript helpers, one with contrib.admin is good example) 

There are two ways to fix the problem:
1.) add the possiblity to MultiWidget and let SplitDateTimeWidget merely use the ability or,
2.) add the possiblity to SplitDateTimeWidget

First method is semantically a bit more correct, but requires more than few seconds of implementation (Currently I'm out of time and I can't spare to implement patch for first approach). 

Here is the patch for second approach (note that for the second approach leaving the multiwidget attrs as None was sufficient)"	New feature	closed	Forms	dev	Normal	fixed	SplitDateTimeWidget MultiWidget	cmawebsite@… kmike84@… charette.s@… james.kirsop@… felisiak.mariusz@…	Ready for checkin	1	0	0	0	0	0
