Hello, i have a question regarding writable nested serializers, i have two models that are related through a OneToOne relationship, when i try to serialize the data from the request (which is in 'form-data' format because it contains an Image file) it fails, i overrided the 'create' method as the official docs says but i am still not able to accomplish the creation of the objects in the DB.
I've found this thread in
Stackoverflow that says that handling writable nested serializers using form-data format is not supported.
Thanks a lot in advance.