﻿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
1188	[patch] django.core.formfields.TimeField.html2python can't handle time string with microsecond	Cheng <czhang.cmu+web@…>	Adrian Holovaty	">>> from django.core.formfields import TimeField
>>> t=TimeField()
>>> t=TimeField('abc') 
>>> t2=t.html2python('01:12:13.123453')
>>> type(t2)
<type 'NoneType'>
>>> t2=t.html2python('01:12:13')
>>> t2
datetime.time(1, 12, 13)
"	defect	closed	Core (Other)		normal	fixed			Unreviewed	1	0	0	0	0	0
