﻿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
35752	In lookup doesn't work in filter()	Csirmaz Bendegúz	Csirmaz Bendegúz	"At the moment, the {{{In}}} lookup cannot be used in {{{.filter()}}}.

The following raises an error:

{{{
.filter(In(F(""field""), [1, 2, 3]))
# AttributeError: 'F' object has no attribute 'output_field'
}}}

I believe this is a bug, {{{In}}} should work in {{{.filter()}}} similar to the other lookups.
"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed		Csirmaz Bendegúz	Ready for checkin	1	0	0	0	0	0
