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 (
Collapse
)
Author
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ↵
Nick Pope
ChoiceField's choices.
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ↵
T. Franzel
form fields.
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 ↵
François Freitag
django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2017-06-03
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
Claude Paroz
Thanks Tim Graham for noticing the issue.
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 ↵
Josef Rousek
non-empty first value.
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 ↵
Jon Dufresne
fields.
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag