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 bf4c6e7 commit b3d2753Copy full SHA for b3d2753
docs/api-guide/validators.md
@@ -271,7 +271,6 @@ A validator may be any callable that raises a `serializers.ValidationError` on f
271
def even_number(value):
272
if value % 2 != 0:
273
raise serializers.ValidationError('This field must be an even number.')
274
- return value
275
276
#### Field-level validation
277
0 commit comments