Skip to content

Commit 22e8357

Browse files
committed
Update serializers documentation (removed feature)
It seems that allow_add_remove was removed from 3.x, yet the docs still mention it. Updating to avoid confusion.
1 parent 3f0f977 commit 22e8357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ The default `ModelSerializer` uses primary keys for relationships, but you can a
478478

479479
The `depth` option should be set to an integer value that indicates the depth of relationships that should be traversed before reverting to a flat representation.
480480

481-
If you want to customize the way the serialization is done (e.g. using `allow_add_remove`) you'll need to define the field yourself.
481+
If you want to customize the way the serialization is done you'll need to define the field yourself.
482482

483483
## Specifying fields explicitly
484484

0 commit comments

Comments
 (0)