drf-writable-nested
drf-writable-nested copied to clipboard
Improve error messages for incorrectly defined fields
The problem described in #22. It is easy to make mistake in the source attribute, and you will always get a message: AssertionError: The .create() method does not support writable nested fields by default.
Need to add some checks for serializers fields.