Co-authored-by: mgold <mgold@iponweb.net>
This commit is contained in:
Mark 2021-08-11 13:30:09 +03:00 committed by GitHub
parent cdd53c7de9
commit c5d9144aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ In the case of update operations on *nested* serializers there's no way of
applying this exclusion, because the instance is not available. applying this exclusion, because the instance is not available.
Again, you'll probably want to explicitly remove the validator from the Again, you'll probably want to explicitly remove the validator from the
serializer class, and write the code the for the validation constraint serializer class, and write the code for the validation constraint
explicitly, in a `.validate()` method, or in the view. explicitly, in a `.validate()` method, or in the view.
## Debugging complex cases ## Debugging complex cases