From c5d9144aef1144825942ddffe0a6af23102ef44a Mon Sep 17 00:00:00 2001 From: Mark <33526445+mark-gold@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:30:09 +0300 Subject: [PATCH] fix typo (#8122) Co-authored-by: mgold --- docs/api-guide/validators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/validators.md b/docs/api-guide/validators.md index 4451489d4..76dcb0d54 100644 --- a/docs/api-guide/validators.md +++ b/docs/api-guide/validators.md @@ -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. 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. ## Debugging complex cases