Direct assignment to the forward side of a many-to-many set is prohibited. Use emails_for_help.set() instead
I am new to Django and didn’t find any reference regarding this issue. I am getting this error when i use many to many field in Django model (models.py
). I guess the issue is assigning m2m field in view(views.py
) from form(forms.py
).