drf-writable-nested icon indicating copy to clipboard operation
drf-writable-nested copied to clipboard

Improve error messages for incorrectly defined fields

Open ruscoder opened this issue 8 years ago • 0 comments

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.

ruscoder avatar Oct 17 '17 06:10 ruscoder