﻿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
12139	forms.fields.DateTimeField and TimeField so not accept stringified datetimes	mattbennett	nobody	"When you stringify a datetime.datetime or datetime.time object, it includes fractional seconds e.g. '2009-11-03 12:21:10.800641'. The default input formats for DateTimeField and TimeField do not expect the fractional seconds part.

This is irritating when using a ModelForm and populating directly without preprocessing the datetimes, for example in a REST API where the form data is generated automatically."	New feature	closed	Forms	dev	Normal	duplicate	datetime, forms, datetimefield, timefield		Accepted	1	0	1	1	0	0
