1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django/forms
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 cc3d24d7d5.
2021-07-21 10:20:24 +02:00
..
jinja2/django/forms/widgets
templates/django/forms/widgets
__init__.py
boundfield.py Fixed #32924 -- Changed BaseForm.get_initial_for_field() to remove microseconds when needed. 2021-07-16 15:51:20 +02:00
fields.py Fixed #32949 -- Restored invalid number handling in DecimalField.validate(). 2021-07-21 10:20:24 +02:00
forms.py Fixed #32924 -- Changed BaseForm.get_initial_for_field() to remove microseconds when needed. 2021-07-16 15:51:20 +02:00
formsets.py Fixed #32905 -- Added CSS class for non-form errors of formsets. 2021-07-15 07:00:39 +02:00
models.py
renderers.py
utils.py
widgets.py Refs #32338 -- Removed 'for ="..."' from RadioSelect's <label>. 2021-06-22 10:59:29 +02:00