summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_multivaluefield.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-05Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith
2021-08-04Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...Jacob Walls
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2018-01-05Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.Tim Graham
2017-07-14Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy
2017-06-03Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz
2017-04-24Removed obsolete Widget.format_output() in tests.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
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
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons