﻿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
3050	[patch] enable values() even with extra(select=...)	Honza Král <Honza.Kral@…>	Adrian Holovaty	"It is impossible to use values() function if you are using custom fields via extra( select=.. ), this patch changes that
example:

{{{ Article.objects.extra( select={'id_plus_one' : 'id + 1'} ).values('id', 'id_plus_one') }}}

The patch doesn't break existing functionality (all tests passed) and adds tests for this feature."	enhancement	closed	Database layer (models, ORM)		normal	fixed	values extra	Honza.Kral@…	Accepted	1	0	0	0	0	0
