﻿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
21333	Document queryset OR using a vertical bar	Daniele Procida	Colm O'Connor	"https://docs.djangoproject.com/en/dev/ref/models/queries/#q-objects says (in effect): ""you can't use `OR` in querysets without `Q()` objects"" - but you can! 

{{{qs = items.filter(meal=""supper"") | items.filter(meal=""lunch"")}}}

I can't see this construction mentioned in the documentation. It appears to work perfectly well. Is there anything wrong with it? Is there any good reason not to use it?"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	0	0
