Pregunta

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?

¿Fue útil?

Solución

Django REST Framework has RelatedField and PrimaryKeyRelatedField.

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top