Changes between Initial Version and Version 1 of Ticket #30328
- Timestamp:
- Apr 4, 2019, 4:02:24 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30328 – Description
initial v1 4 4 5 5 The result was the following error: 6 ` ``6 ` 7 7 File "<venv>/lib/python3.6/site-packages/django/db/models/fields/__init__.py", line 1799, in <genexpr> 8 8 validator.limit_value <= max_value for validator in validators_)): 9 ` ``9 ` 10 10 11 11 So the field wants to check that the validator's max (and min) value lie within range of the Integer field which is not possible with the callable.