Skip to content

Commit

Permalink
Fix #410: Removed double validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed May 14, 2015
1 parent c5c66aa commit e3bda97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autocomplete_light/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3bda97

Please sign in to comment.