django-rest-framework-bulk
django-rest-framework-bulk copied to clipboard
Create or update view?
Hi Is there a way to have a list of items, and have them created or updated based on the existence of a PK?
Thanks
I dont think so at the moment but will look into it sometime. Current busy at work.
This will mainly depend on how Serializer works. Maybe it supports this and maybe not. If you find a fix, you are welcome to submit a pull request.
did you had by any chance to take a look at this? I was really busy at work so did not had a chance to look at anything...
Haven't had the chance either. Currently I'm just using two bulk requests, one using POST and another using PUT.
Hi,
I'm also interested by the functionality, is there a known workaround for this?
Thank you