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 3406,[patch] newforms: choices checking should unicode choices list before comparing to a value,anton@…,Adrian Holovaty,"Hello everyone There is a mistake in django/newforms/fields.py: when one uses ChoiceField to select a value from predefined choices it tries to validate selected choice against a list of string values, should be a list of unicode values as it's done in MultipleChoiceField Without the patch one always gets ""Select a valid choice. %s is not one of the available choices."" ValidationError. Patch works with my previous #3401",,closed,Forms,dev,,fixed,unicode unicode-branch,,Accepted,1,0,1,0,0,0