-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
Description
Included resources that are instantiated in extract_included under renders.py doesn't bind fields field_name and parent.
I don't have a definitive use case yet, but sometimes it's needed to understand the tree structure of serializers.
| field = serializer_class(relation_instance, many=True, context=context) |
| field = serializer_class(relation_instance, many=many, context=context) |