summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_floatfield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-25/+15
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-121-0/+15
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-38/+47
* Refs #32559 -- Added selenium test for FloatField client-side validation.Carlton Gibson2022-02-031-0/+23
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+13
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-4/+4
* Fixed #22654 -- Broken decimal validationRaphael Michel2017-04-071-0/+16
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-4/+10
* Split form's test_fields.py into different files.Berker Peksag2016-04-111-0/+81