Removed blank line containing white space

This commit is contained in:
MoeSalah1999 2026-01-24 20:01:45 +03:00
parent d8a7f9a8c2
commit c4839ac705

View File

@ -845,7 +845,6 @@ def raise_errors_on_nested_writes(method_name, serializer, validated_data):
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:
* Raise an application error.
* Silently ignore the nested part of the update.
* Automatically create a profile instance.