在tastypie中按自定义字段删除

时间:2015-05-23 13:11:13

标签: django tastypie

有没有办法按自定义字段使用delete方法,而不是像

这样的对象id
curl -v --dump-header - -H "Content-Type: application/json" -X DELETE --data '{"username":"your_username"}' "http://127.0.0.1:8300/api/v1/group/username=EMAIL&api_key=SECRET"

不是以下

curl -v --dump-header - -H "Content-Type: application/json" -X DELETE  "http://127.0.0.1:8300/api/v1/group/obj_id/username=EMAIL&api_key=SECRET"

0 个答案:

没有答案