summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_choicefield.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-36/+37
* Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz2020-10-171-0/+12
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+2
* Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz2017-06-031-0/+4
* Fixed #27308 -- Fixed BytesWarnings in the test suite.Tim Graham2017-02-171-14/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek2016-12-281-1/+1
* Organized forms_tests test_regressions.py.Tim Graham2016-09-091-1/+15
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-1/+1
* Split form's test_fields.py into different files.Berker Peksag2016-04-111-0/+86