index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
field_tests
/
test_multivaluefield.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-05
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
David Smith
2021-08-04
Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...
Jacob Walls
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-05
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
Tim Graham
2017-07-14
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-04-24
Removed obsolete Widget.format_output() in tests.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons