﻿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
12222	rename items in values()	anonymous	nobody	"I wish there were a way to do instead of this:

{{{ 
#!python
MyModel.objects.values('otherfield__anotherjoinedfield__blah__derp__foo__doop')
{'otherfield__anotherjoinedfield__blah__derp__foo__doop': 4, 'otherfield__anotherjoinedfield__blah__derp__foo__doop': 5, [...]
}}}
you could do this:

{{{
#!python MyModel.objects.values(val='otherfield__anotherjoinedfield__blah__derp__foo__doop')
{'val': 4, 'val': 5, [...]
}}}"		closed	Uncategorized	1.1		invalid			Unreviewed	0	0	0	0		
