reset to master, keep working on the dirty-fields-patch in another branch
This commit is contained in:
@@ -71,7 +71,6 @@ class FloatField(BaseField):
|
||||
return float(value)
|
||||
|
||||
def validate(self, value):
|
||||
if isinstance(value, int): value = float(value)
|
||||
assert isinstance(value, float)
|
||||
|
||||
if self.min_value is not None and value < self.min_value:
|
||||
|
||||
Reference in New Issue
Block a user