summaryrefslogtreecommitdiff
path: root/tests/model_forms/test_modelchoicefield.py
Commit message (Expand)AuthorAgeFilesLines
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-7/+7
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+20
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-114/+169
* Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir2021-09-301-1/+7
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-271-13/+13
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+1
* Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...Hasan Ramezani2020-02-051-0/+20
* Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne2019-12-231-0/+26
* Fixed typo in ModelChoiceFieldTests.Jon Dufresne2019-12-111-1/+1
* Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...Etienne Chové2019-10-111-0/+19
* Added ModelChoiceField test for validation with to_field_name.Etienne Chové2019-10-111-0/+4
* Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag2018-04-231-0/+11
* Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag2018-04-231-11/+19
* Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.François Freitag2018-03-011-0/+11
* Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...François Freitag2018-03-011-0/+1
* Consolidated ModelChoiceField tests.François Freitag2018-03-011-0/+275