﻿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
19222	Clarify that custom managers don't apply to intermediate joins	Andrew Badr	Yanik Koval	"I have a custom Manager to filter out model instances with where the field `deleted` is `True`. I'm using an ORM query that looks like `user1.page_set.filter(membership__user=user2)`. 

My expectation is that `Membership` objects with the deleted flag set are not included in the query. Instead, they are being included.
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	0	0
