You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, we can add fields to be excluded in excluded_fields for one level using the custom made model serializer, this feature can be extended to exclude fields from the nested serializers too.
The text was updated successfully, but these errors were encountered:
I was working on this issue but I am not able to pick out some specific field from the nested serializer fields. Nested serializer fields come as a single entity and I am not able to access or modify the fields within. Kindly guide. @poojasa7182
Presently, we can add fields to be excluded in excluded_fields for one level using the custom made model serializer, this feature can be extended to exclude fields from the nested serializers too.
The text was updated successfully, but these errors were encountered: