﻿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
8424	Implement time filters	Vincent Foley	Ulrich Petri	"As of r8442, it is possible to filter a queryset by year, month or day using the usual syntax, 
However, filters for hours, minutes and seconds were missing.  I have added those into a patch for your consideration along with unit tests and documentation.

{{{
Meeting.objects.filter(meeting_time__hour=12)
}}}"	New feature	closed	Database layer (models, ORM)		Normal	fixed	datetime filter hour minute second	davidgrant@… tn@… renatopedigoni@… john@… aurelio@… dougal85@…	Accepted	1	0	1	1	0	0
