﻿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
16856	Add a way to clear select_related	Carl Meyer	nobody	"If you've got a queryset that has had select_related called on it (maybe passed to you from some other code you don't control) there's currently no documented way to clear out select_related.

One possible API is .select_related(None), which mirrors how .defer() works.

The combination of this and #16855 would make .select_related() and .defer() more consistent with each other, which would be nice."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed		jdunck@… seldon botondus@… timograham@…	Accepted	1	0	0	0	0	0
