Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更新一个对象,我正在通过该PUT方法使用 Tastypie。但是我的 JSON 文件中未重置的所有先前设置的字段都被删除/设置为空。
PUT
如何通过 Tastypie 进行更新?
好的,很简单:只需使用PATCH:)
PATCH
http://django-tastypie.readthedocs.org/en/latest/interacting.html#partially-updating-an-existing-resource-patch