I am using Django REST generic views for my API endpoint. One of the field in my serializer has ManyToMany relationship. I want to show that field into my API endpoint, But
What can I do ?
Not much since HTML form don't support nested serializers at the moment.
You could use a non nested relational field in the serializer to work this around or just use regular JSON.