mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 16:00:27 +00:00
DecimalField must itself validate() values, such as NaN, which cannot be
passed to validators, such as MaxValueValidator, during the
run_validators() phase.
Regression in
|
||
|---|---|---|
| .. | ||
| field_tests | ||
| jinja2/forms_tests | ||
| templates/forms_tests | ||
| tests | ||
| widget_tests | ||
| __init__.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||