SWE574-Groupago / heritago

A platform where anyone can share and learn about cultural heritages.
MIT License
9 stars 8 forks source link

Annotation "target_id" cannot be read from the request #243

Open TalatCikikci opened 7 years ago

TalatCikikci commented 7 years ago

Frontend sends the key "id" as target id in the POST request, bu the django rest-api framework cannot read the key with the name "id". Apparently this is a known bug about the framework.

https://github.com/django-json-api/django-rest-framework-json-api/issues/323