﻿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
9080	timeuntil filter cound accept Date type	terryh	nobody	"timeuntil filter couldn't accept Date type, because return timesince(now, d) switch two vealues cause ""now"" become Date type then TypeError after 

django/utils/timesince.py in timesince(d, now)[[BR]]
37 [[BR]]
38         # ignore microsecond part of 'd' since we removed it from 'now'[[BR]]
--->39     delta = now - (d - datetime.timedelta(0, 0, d.microsecond))[[BR]]

"		closed	Template system	1.0		duplicate	timeuntil		Unreviewed	1	0	0	0	0	0
