summaryrefslogtreecommitdiff
path: root/tests/model_forms/test_modelchoicefield.py
AgeCommit message (Expand)Author
2021-09-30[4.0.x] Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-02-05Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...Hasan Ramezani
2019-12-23Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne
2019-12-11Fixed typo in ModelChoiceFieldTests.Jon Dufresne
2019-10-11Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...Etienne Chové
2019-10-11Added ModelChoiceField test for validation with to_field_name.Etienne Chové
2018-04-23Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag
2018-04-23Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag
2018-03-01Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.François Freitag
2018-03-01Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...François Freitag
2018-03-01Consolidated ModelChoiceField tests.François Freitag