Changes between Version 1 and Version 2 of Ticket #32949, comment 2
- Timestamp:
- Jul 20, 2021, 11:27:52 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32949, comment 2
v1 v2 4 4 5 5 The #7777 originally added handling of `NaN` and `Inf` in `DecimalField` (in 692fd7da5e5bfe1533c40f94999ea42f9b986356). 6 It looked redundant but wasn't because `MaxValueValidator` does not handle `Decimal('NaN')`.6 It looked redundant, superseded by `DecimalValidator`, but wasn't because `MaxValueValidator` does not handle `Decimal('NaN')`. 7 7 8 8 Here's a minimal diff showing that: