1
0
mirror of https://github.com/django/django.git synced 2025-01-29 19:50:21 +00:00
yakimka c542d0a072 Fixed #32949 -- Restored invalid number handling in DecimalField.validate().
DecimalField must itself validate() values, such as NaN, which cannot be
passed to validators, such as MaxValueValidator, during the
run_validators() phase.

Regression in cc3d24d7d577f174937a0744d886c4c7123cfa85.
2021-07-21 10:20:24 +02:00
..