summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_choices.py
AgeCommit message (Expand)Author
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-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope