Open
Description
Mass update works fine on ManyToManyField using implicit relation.
Although, it the "through" relation is explicitly declared, the following error is returned on form submit:
Cannot set values on a ManyToManyField which specifies an intermediary model.
Note that the display of the Mass update form is fine, you can properly multi-select the m2m values.
Do you think we could add support for this?
Thanks.