I have 2 models Task and TaskImage which is a collection of images belonging to Task object.
Task
TaskImage
What I want is to be able to add
You have read_only set to true in TaskImageSerializer nested field. So there will be no validated_data there.
read_only
TaskImageSerializer