summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_manytomanyfield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+24
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-0/+28
* Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham2017-08-311-11/+16
* Fixed spelling mistakes in code and comments.james mike dupont2017-01-191-4/+4
* Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.Andrey Fedoseev2016-07-121-1/+3
* Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ...Tim Graham2016-05-281-0/+8
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+58