﻿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
1532	[patch] [magic-removal] select arg for QuerySet.extra() should be a dict	anonymous	Adrian Holovaty	"According to the 0.91 docs, this should work:
{{{
#!python
MyObject.objects.extra(
    select={
        'my_new_attr': 'select count(*) from ...'
    }
)
}}}

But new behavior seems to expect select to be a list of ('attribute_name', 'query') tuples. I don't see any particular reason for it to change, nor can I find any documentation on it. Anyone want to defend the current behavior before I patch it?"	defect	closed	Database layer (models, ORM)		normal	fixed			Unreviewed	1	0	0	0	0	0
