Skip to content

Commit 311cad6

Browse files
committed
Merge pull request #2805 from pstiasny/patch-1
Update serializers documentation (removed feature)
2 parents 3f0f977 + 22e8357 commit 311cad6

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)