﻿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
6827	[Feature] Allow contains to work with lists	David Cramer	nobody	"A useful feature we had added in Curse's Django was a QUERY_TERM for ""containswords"". The more thought that I put into it, it would make more sense just to have contains allow for lists.

What this would do:
{{{
MyModel.objects.filter(name__contains=('hello', 'there'))

SELECT 1 FROM tbl WHERE (name LIKE '%hello%' AND name LIKE '%there%')
}}}

It was a pretty quick and useful feature to help with search."		closed	Database layer (models, ORM)	dev		wontfix			Design decision needed	0	0	0	0	0	0
