﻿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
16855	select_related doesn't chain as expected	Leo Shklovskii	nobody	"If I'm doing something like:

{{{#!python
Foo.objects.select_related('fieldone').select_related('fieldtwo')
}}}

I would expect the select related to function on both `fieldone` and `fieldtwo`. What actually happens is that the select_related only works on `fieldtwo`. This is a problem for compositing queries at runtime (for example in search filters) and is a departure from how I would expect queryset methods to work.

If the design decision is to keep it this way, there should be a note in the docs pointing this out."	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed		jdunck@… erik.wognsen@… seldon Trey Hunner hrehfeld@… tomek@… marc.tamlyn@… mike@… i.virabyan@… real.human@…	Ready for checkin	1	0	0	0	0	0
