﻿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
5763	"Queryset doesn't have a ""not equal"" filter operator"	jdetaeye	nobody	"
Querysets can be filter for 'gt', 'gte', 'lt', 'lte', 'exact'.
The ability to filter for inequality / 'ne' is not in the list.[[BR]]


Using 'exclude' it is possible to negate a filter, but it's not as clear and clean as a direct filter. Including an inequality operator isn't hard and difficult, I believe.[[BR]]


In case this feature is accepted to be included in Django, feel free to assign it to me: I'm willing to take on creating the patch, its documentation and testing.

"	New feature	closed	Database layer (models, ORM)	dev	Normal	wontfix	qs-rf	German M. Bravo carsten.fuchs@… unai@…	Design decision needed	0	0	0	0	1	0
