summaryrefslogtreecommitdiff
path: root/django/db/models/enums.py
AgeCommit message (Expand)Author
2021-02-04[3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.Mariusz Felisiak
2020-01-10Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2019-12-16Optimized containment check in ChoicesMeta.Ram Rachum
2019-10-25Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger