﻿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
8109	list_filter on BooleanField in admin site always displays True objects	Giorgio Salluzzo	nobody	"With last SVN I'm getting an error filtering on a boolean field.
In any case I can't list False items because SQL contains always ""= true"".

This is one of the queries made with the following GET on the filter:
/admin/products/nsale/?is_active__exact=0

{{{
SELECT COUNT(*) FROM ""products_nsale"" WHERE ""products_nsale"".""is_active"" = true
}}}

My dev system is an Ubuntu 8.04 with Python 2.5, psycopg2 and Postgresql 8.3."		closed	contrib.admin	dev		duplicate	admin list filter boolean booleanfield		Accepted	0	0	0	0	0	0
