Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -8/+9 |
* | Refs #32074 -- Used Enum.repr() format proposed for Python 3.10. | Mariusz Felisiak | 2021-07-12 | 1 | -5/+3 |
* | Refs #32074 -- Backported Enum.__repr__() from Python 3.10. | Mariusz Felisiak | 2021-04-07 | 1 | -0/+6 |
* | Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c... | Nick Pope | 2021-03-24 | 1 | -6/+11 |
* | Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10. | Mariusz Felisiak | 2021-02-04 | 1 | -2/+2 |
* | Fixed #31154 -- Added support for using enumeration types in templates. | Adam Johnson | 2020-01-10 | 1 | -0/+1 |
* | Optimized containment check in ChoicesMeta. | Ram Rachum | 2019-12-16 | 1 | -1/+1 |
* | Fixed #30902 -- Added __str__() for model choice enums. | Carlton Gibson | 2019-10-25 | 1 | -1/+7 |
* | Fixed #27910 -- Added enumeration helpers for use in Field.choices. | Shai Berger | 2019-09-04 | 1 | -0/+75 |