diff --git a/autocomplete_light/fields.py b/autocomplete_light/fields.py index b9bd2d409..9a4560286 100644 --- a/autocomplete_light/fields.py +++ b/autocomplete_light/fields.py @@ -49,8 +49,6 @@ def validate(self, value): """ Wrap around Autocomplete.validate_values(). """ - super(FieldBase, self).validate(value) - # FIXME: we might actually want to change the Autocomplete API to # support python values instead of raw values, that would probably be # more performant.