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 22565d9 commit f585eeeCopy full SHA for f585eee
docs/api-guide/serializers.md
@@ -822,9 +822,7 @@ Here's an example of how you might choose to implement multiple updates:
822
# We need to identify elements in the list using their primary key,
823
# so use a writable field here, rather than the default which would be read-only.
824
id = serializers.IntegerField()
825
-
826
...
827
- id = serializers.IntegerField(required=False)
828
829
class Meta:
830
list_serializer_class = BookListSerializer
0 commit comments