summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_choicefield.py
AgeCommit message (Expand)Author
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-17Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2017-06-03Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-02-17Fixed #27308 -- Fixed BytesWarnings in the test suite.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-28Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek
2016-09-09Organized forms_tests test_regressions.py.Tim Graham
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