﻿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
2513	LazyDate better return date than datetime	wangbin@…	Adrian Holovaty	We have model has a DateField called expire_date which set default to LazyDate(days=60), it works well in firefox, but under safari and IE it shows error when we save that object, because LazyDate.__get_value__ method return datetime object, wich make the validation fails, I think it is better to return date object, which will be useful both to DateField and DateTimeField.	defect	closed	contrib.admin		normal	wontfix			Unreviewed	0	0	0	0	0	0
