Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix django-json-api#784 Clear m2m relationships instead of deleting t…
…hem during PATCH Calling PATCH on an M2M RelationshipView when there were already some relationships was breaking. This was because the related objects were being deleted instead of just clearing the relationship and starting afresh.
- Loading branch information