summaryrefslogtreecommitdiff
path: root/tests/model_enums
Commit message (Expand)AuthorAgeFilesLines
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.Mariusz Felisiak2023-04-071-6/+1
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak2023-04-051-1/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-109/+138
* Refs #32074 -- Backported Enum.__repr__() from Python 3.10.Mariusz Felisiak2021-04-071-2/+2
* Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...Nick Pope2021-03-241-0/+20
* Refs #32460 -- Doc'd and tested that property names of model choice enums can...Nick Pope2021-03-241-0/+4
* Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson2020-01-101-0/+6
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-2/+2
* Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson2019-10-251-0/+6
* Refs #27910 -- Added __init__.py file for model_enums tests.Mariusz Felisiak2019-10-151-0/+0
* Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger2019-09-041-0/+253