c542d0a072
DecimalField must itself validate() values, such as NaN, which cannot be
passed to validators, such as MaxValueValidator, during the
run_validators() phase.
Regression in
|
||
---|---|---|
.. | ||
jinja2/django/forms/widgets | ||
templates/django/forms/widgets | ||
__init__.py | ||
boundfield.py | ||
fields.py | ||
forms.py | ||
formsets.py | ||
models.py | ||
renderers.py | ||
utils.py | ||
widgets.py |