This might be a basic question but I am a total newbie to django and rest framework.

In django, we have a natural key with the help of which we can write foreign key elements into a json file during the serialization process. Can this also be done with the serializers in Rest Framework?

有帮助吗?

解决方案

Django REST Framework has RelatedField and PrimaryKeyRelatedField.

Check it: http://www.django-rest-framework.org/api-guide/relations

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top