summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_manytomanyfield.py
AgeCommit message (Expand)Author
2017-08-31Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham
2017-01-19Fixed spelling mistakes in code and comments.james mike dupont
2016-07-12Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.Andrey Fedoseev
2016-05-28Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ...Tim Graham
2016-03-23Split model_fields tests into different files.Tim Graham