﻿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
7961	Removing select statements added through extra() does not remove the corresponding select_params	Matthijs	Malcolm Tredinnick	"related to: #7957

if you add a (using extra()) a select statement with key 'foo' and a corresponding parameter 'bar' and then use filter(id='1').values_list('id')
the query to the database will use 'bar', '1' as parameters instead of just '1'. This results in either the wrong data returned or nothing returned."		closed	Uncategorized	dev		duplicate	extra query queryset		Accepted	1	0	0	0	0	0
