﻿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
16543	Add an option to select_related to include OneToOneFields in depth-based search	mnbayazit	nobody	"I've got a very complicated ""Shipment"" model that contains many foreign keys, and those foreign keys have more and more foreign keys. The Shipment model also points to 3 separate users which of course have profiles. I need to display *all* this information on a page, but it would be quite tedious to explicitly list out every model I want joined when I do my query just so that I can have it pre-fetch the profiles for me.

Can we add a special `include_onetoonefields` option that will work with the `depth` option?"	New feature	closed	Database layer (models, ORM)	1.3	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
