We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd53c7 commit c5d9144Copy full SHA for c5d9144
docs/api-guide/validators.md
@@ -238,7 +238,7 @@ In the case of update operations on *nested* serializers there's no way of
238
applying this exclusion, because the instance is not available.
239
240
Again, you'll probably want to explicitly remove the validator from the
241
-serializer class, and write the code the for the validation constraint
+serializer class, and write the code for the validation constraint
242
explicitly, in a `.validate()` method, or in the view.
243
244
## Debugging complex cases
0 commit comments