﻿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
20024	'exclude' does not work with lists containing a 'None' element.	stillwater.ke@…	nobody	"
For example, 
Entry.objects.exclude(foo_ _in=[None, 1])
It is supposed to return all items whose foo field is not None or 1, but it actually returns an empty query set.
(Note there is no space between underlines. The layout looks weird when two underline characters are put together.)"	Uncategorized	new	Database layer (models, ORM)	1.4	Normal				Unreviewed	0	0	0	0	0	0
