summaryrefslogtreecommitdiff
path: root/tests/model_enums
AgeCommit message (Expand)Author
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-15Removed ChoicesMeta per deprecation timeline.Sarah Boyce
2024-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
2023-11-29Refs #34986 -- Removed redundant CustomChoicesTests.test_timezone_unsupported().Nick Pope
2023-09-13Modernized enumeration helpers on Python 3.11+.Nick Pope
2023-09-12Renamed ChoicesMeta to ChoicesType.Nick Pope
2023-04-07Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.Mariusz Felisiak
2023-04-05Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.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