Re: Django REST framework nested query.

2017-11-06 Thread Xavier Ordoquy
Hi, You are looking for nested serializers. Documentation explains how to deal with them at: http://www.django-rest-framework.org/api-guide/relations/#nested-relationships Regards, Xavier, Linovia. > Le 7 nov. 2

Django REST framework nested query.

2017-11-06 Thread Shamim Hossain
I am switched to Djangorest framework from Nodejs. I don't know how can I start to solve following problem. I have two django model named Category and Product. In Category model has "is_featured" boolean field. I need category list in JSON format where is_featured=true and the list of product