summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_decimalfield.py
AgeCommit message (Expand)Author
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-10Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.Fabio Bonelli
2018-01-10Reduced redundancy in DecimalField tests with subTest().Tim Graham
2017-09-27Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...Josh Schneier
2017-04-07Fixed #22654 -- Broken decimal validationRaphael Michel
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-11Split form's test_fields.py into different files.Berker Peksag