def get_value(self, dictionary): """Get value.""" value = super(FloatField, self).get_value(dictionary) return to_representation(value)