Changes between Version 1 and Version 2 of Ticket #30328
- Timestamp:
- Apr 4, 2019, 4:03:03 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30328 – Description
v1 v2 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 9 ` 8 validator.limit_value <= max_value for validator in validators_)): 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.