mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-17 20:50:35 +03:00
Removed whitespace
This commit is contained in:
parent
765b0904aa
commit
d8a7f9a8c2
|
|
@ -842,7 +842,7 @@ def raise_errors_on_nested_writes(method_name, serializer, validated_data):
|
|||
This check is invoked internally by default `ModelSerializer.create()`
|
||||
and `ModelSerializer.update()` implementations.
|
||||
|
||||
Eg. Suppose we have a `UserSerializer` with a nested profile. How should
|
||||
Eg. Suppose we have a `UserSerializer` with a nested profile. How should
|
||||
we handle the case of an update, where the `profile` relationship does
|
||||
not exist? Any of the following might be valid:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user