﻿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
3592	Allowing Q Objects to select between OUTER and INNER joins (semi-intelligently)	axiak@…	nobody	"I would like my Q objects to use LEFT OUTER JOIN or INNER JOIN depending on whether or not one is better than the other. e.g. if I do x & y I probably want INNER JOIN, but if I do x | y, I think the DEFAULT behavior should be an OUTER JOIN if there are any foreign key lookups.

While I do believe a complete QuerySet Refactoring is in order, I feel as though the simplicity and the great default behavior that Q objects offer is nice to have, and that this patch will improve the default behavior tremendously."		closed	Database layer (models, ORM)	dev		fixed	Q,QuerySet,JOINs qset_refactor,qs-rf-fixed	mir@…	Accepted	0	0	0	1	0	0
