The django-rest-framework tag has no wiki summary.
1
vote
0answers
110 views
Django Rest Framework - add/remove to a list
I have a model Collection which has a many to many relation to a model Item.
I want to be able to add or remove items to this collection using Django Rest Framework.
Option1 - make an action:
...