Kien Tuong Truong
Results
1
comments of
Kien Tuong Truong
The issue is that the validation in `IntField` is incorrect: when validating, the comparison done is the following: ```python if self.min_value is not None and value < self.min_value: self.error("Integer value...