summaryrefslogtreecommitdiff
path: root/django/utils/choices.py
AgeCommit message (Expand)Author
2024-09-18Fixed #35766 -- Handled slices in BaseChoiceIterator.Sarah Boyce
2023-10-23Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-10-23Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.Nick Pope
2023-10-23Refs #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