I want to update an object and I’m using Tastypie via the PUT method. But all previously set fields which are not reset in my JSON file are deleted/set to empty.
How can I make an update via Tastypie?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, pretty easy: Just use
PATCH🙂http://django-tastypie.readthedocs.org/en/latest/interacting.html#partially-updating-an-existing-resource-patch