mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
parent
cdd53c7de9
commit
c5d9144aef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user