Remove obsolete sentence from docs

This commit is contained in:
Peter Thomassen 2024-04-26 20:04:12 +02:00
parent 861b7ac42b
commit 7900778fbe
No known key found for this signature in database
GPG Key ID: 5203651ED2F34D28

View File

@ -845,8 +845,6 @@ Here's an example of how you might choose to implement multiple updates:
class Meta:
list_serializer_class = BookListSerializer
It is possible that a third party package may be included alongside the 3.1 release that provides some automatic support for multiple update operations, similar to the `allow_add_remove` behavior that was present in REST framework 2.
#### Customizing ListSerializer initialization
When a serializer with `many=True` is instantiated, we need to determine which arguments and keyword arguments should be passed to the `.__init__()` method for both the child `Serializer` class, and for the parent `ListSerializer` class.