﻿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
20800	validation error does not give hint of  type mismatch for choices	Preston Holmes	nobody	"If you have a choices list of ((0, 'label'),) set to a charfield though 1.5 you would get a validation error that looked like:

{{{Value u'0' is not a valid choice.}}}

Currently you get a validation error of:

{{{Select a valid choice. 0 is not one of the available choices.}}}

This is less helpful as the displayed error does not indicate the type.

The user generally doesn't know about the value part of choices, so this was always confusing to users - but that part is not new and is not related to this regression.
"	Bug	closed	Forms	dev	Normal	needsinfo	validation	eromijn@… Salem.Mike.Z.@…	Accepted	0	0	0	0	1	0
