wangwenchao / django-rest-interface

Automatically exported from code.google.com/p/django-rest-interface
0 stars 0 forks source link

receiver.py: Allow partial updates when using serialized input #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, updating a model via JSON, XML or other serialized input
requires complete information on all fields of the model that is being
updated. Partial updates that don't change some fields should be possible, too.

Original issue reported on code.google.com by stuhlmue...@gmail.com on 19 Aug 2007 at 7:09