From b8f3dd9fc7bacbc75977f5e35f854cdd7bcd7bd2 Mon Sep 17 00:00:00 2001 From: mgold Date: Mon, 9 Aug 2021 15:28:18 +0300 Subject: [PATCH] fix typo --- 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