﻿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
5409	Logic error in the db-api documentation	David Paccoud <dpaccoud@…>	nobody	"in http://www.djangoproject.com/documentation/db-api/#exclude-kwargs

This example excludes all entries whose pub_date is later than 2005-1-3 AND whose headline is NOT “Hello”[[BR]]
should read:[[BR]]
This example excludes all entries whose pub_date is later than 2005-1-3 OR whose headline is NOT “Hello”

That is because ""select not x and not y"" is equivalent to ""select not (x or y)"" and, therefore, ""exclude x or y"""		closed	Documentation	dev		fixed			Unreviewed	1	0	0	0	0	0
