summaryrefslogtreecommitdiff
path: root/tests/model_enums
AgeCommit message (Expand)Author
2023-04-07[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-04-05[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-07Refs #32074 -- Backported Enum.__repr__() from Python 3.10.Mariusz Felisiak
2021-03-24Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...Nick Pope
2021-03-24Refs #32460 -- Doc'd and tested that property names of model choice enums can...Nick Pope
2020-01-10Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-25Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson
2019-10-15Refs #27910 -- Added __init__.py file for model_enums tests.Mariusz Felisiak
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger