﻿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
4358	Inconsistent results between .values() and .values('field') when field is an fkey	Collin Grady <cgrady@…>	nobody	"In a model with a !ForeignKey, (say Choice from the poll example), Choice.objects.values() will show one field as 'poll_id' for the !ForeignKey.

However, if you want to select only that value, Choice.objects.values('poll_id') will raise !FieldDoesNotExist. Instead it requires you to do Choice.objects.values('poll') and returns the values in the key 'poll'"		closed	Database layer (models, ORM)	dev		fixed	qs-rf-fixed		Accepted	0	0	0	0	0	0
