﻿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	Documentation for use_for_related_fields should clarify that it doesn't work for intermediate joins	Andrew Badr	nobody	"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)`. The option `use_for_related_fields=True` is set on the relevant manager.

My expectation is that `Membership` objects with the deleted flag set are not included in the query. Instead, they are being included.

The documentation for `use_for_related_fields` should should specify that it doesn't work in this case."	Uncategorized	new	Documentation	1.4	Normal				Unreviewed	0	0	0	0	0	0
