Skip to content

Commit f585eee

Browse files
committed
Remove duplicated line
1 parent 22565d9 commit f585eee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/api-guide/serializers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,7 @@ Here's an example of how you might choose to implement multiple updates:
822822
# We need to identify elements in the list using their primary key,
823823
# so use a writable field here, rather than the default which would be read-only.
824824
id = serializers.IntegerField()
825-
826825
...
827-
id = serializers.IntegerField(required=False)
828826

829827
class Meta:
830828
list_serializer_class = BookListSerializer

0 commit comments

Comments
 (0)