Changes between Version 1 and Version 2 of Ticket #32949, comment 2


Ignore:
Timestamp:
Jul 20, 2021, 11:27:52 AM (3 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32949, comment 2

    v1 v2  
    44
    55The #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')`.
     6It looked redundant, superseded by `DecimalValidator`, but wasn't because `MaxValueValidator` does not handle `Decimal('NaN')`.
    77
    88Here's a minimal diff showing that:
Back to Top