summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_multiplechoicefield.py
AgeCommit message (Expand)Author
2026-03-26Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...afenoum
2026-03-25Fixed #36913 -- Optimized MultipleChoiceField.validate().afenoum
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2017-07-14Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-11Split form's test_fields.py into different files.Berker Peksag