index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_enums
Age
Commit message (
Expand
)
Author
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-15
Removed ChoicesMeta per deprecation timeline.
Sarah Boyce
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2023-11-29
Refs #34986 -- Removed redundant CustomChoicesTests.test_timezone_unsupported().
Nick Pope
2023-09-13
Modernized enumeration helpers on Python 3.11+.
Nick Pope
2023-09-12
Renamed ChoicesMeta to ChoicesType.
Nick Pope
2023-04-07
Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.
Mariusz Felisiak
2023-04-05
Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-07
Refs #32074 -- Backported Enum.__repr__() from Python 3.10.
Mariusz Felisiak
2021-03-24
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...
Nick Pope
2021-03-24
Refs #32460 -- Doc'd and tested that property names of model choice enums can...
Nick Pope
2020-01-10
Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-25
Fixed #30902 -- Added __str__() for model choice enums.
Carlton Gibson
2019-10-15
Refs #27910 -- Added __init__.py file for model_enums tests.
Mariusz Felisiak
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger