Replace ChoiceField type_label

This commit is contained in:
khamaileon 2014-06-05 12:49:02 +02:00
parent 0c91d8ed31
commit 08c4594145

View File

@ -506,7 +506,7 @@ class SlugField(CharField):
class ChoiceField(WritableField):
type_name = 'ChoiceField'
type_label = 'multiple choice'
type_label = 'choice'
form_field_class = forms.ChoiceField
widget = widgets.Select
default_error_messages = {