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