Skip to content

Commit 7900778

Browse files
Remove obsolete sentence from docs
1 parent 861b7ac commit 7900778

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/api-guide/serializers.md

-2
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,6 @@ Here's an example of how you might choose to implement multiple updates:
845845
class Meta:
846846
list_serializer_class = BookListSerializer
847847

848-
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.
849-
850848
#### Customizing ListSerializer initialization
851849

852850
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.

0 commit comments

Comments
 (0)