﻿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
34437	values() doesn't mention annotations as valid choices on resolving error	Simon Charette	Simon Charette	"When doing

{{{#!python
Book.objects.annotate(annotation=Value(1)).values(""annotation_type"")
}}}

The resulting `FieldError` doesn't mention `annotation` as a valid choice

{{{#!python
FieldError: Cannot resolve keyword 'annotation_typo' into field. Choices are: age, book, book_contact_set, friends, id, name
}}}"	Bug	closed	Database layer (models, ORM)	4.1	Normal	fixed			Accepted	1	0	0	0	0	0
