﻿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
7448	DateField + __in query = no query at all	Collin Grady	Malcolm Tredinnick	"There seems to be a problem with !DateField and an `__in` query - in both sqlite and mysql (haven't tested postgres yet), it results in no query whatsoever

{{{
>>> Bar.objects.filter(b__in=[date(2008, 6, 9), date(2008, 6, 10), date(2008, 6, 12)])
[]
>>> connection.queries
[]
}}}

investigating further, will post more info if I get it"		closed	Database layer (models, ORM)	dev		fixed			Accepted	1	0	1	0	0	0
