﻿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
8423	Implement time filters	Vincent Foley	nobody	"As of r8442, it is possible to filter a queryset by year, month or day using the usual syntax:

{{{
Event.objects.filter(start_time__year=2008)
Article.objects.filter(pub_date__month=11, pub_date__day=3)
}}}

However, filters for hours, minutes and seconds were missing.  I have added those in a patch for your consideration along with unit tests and documentation."		closed	Database layer (models, ORM)	dev		duplicate	datetime filter hour minute second		Unreviewed	1	0	0	0	0	0
