summaryrefslogtreecommitdiff
path: root/django/utils/choices.py
AgeCommit message (Expand)Author
2023-10-23[5.0.x] Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-10-23[5.0.x] Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper ...Nick Pope
2023-10-23[5.0.x] Refs #31262 -- Added __eq__() and __getitem__() to BaseChoiceIterator.Nick Pope
2023-09-12Renamed ChoicesMeta to ChoicesType.Nick Pope
2023-09-04Refs #31262 -- Renamed ChoiceIterator to BaseChoiceIterator.Nick Pope
2023-09-01Fixed #34807 -- Avoided circular import between forms, models, and utils' cho...nessita
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope