﻿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
23316	Supported 'datetime.time' in migrations	Sanghyuck Lee	Sanghyuck Lee	"I found migrations does supports datetime.datime and datetime.date but not datetime.time. 
example:
{{{
class TestModel(models.Model):
    open_time = models.TimeField(default=datetime.time(11, 0))   # Error
}}}

So I create datetime.time support patch and attach here. (Github Pull Request)
"	New feature	closed	Migrations	dev	Normal	fixed	migrations datetime time		Unreviewed	1	0	0	0	0	0
