aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
diff options
context:
space:
mode:
authorXavier Ordoquy2015-04-08 13:58:15 +0200
committerXavier Ordoquy2015-04-08 13:58:15 +0200
commit311cad64c998a89b8e8e2394140e0265ff98f53d (patch)
tree0365a59b8e0967ad7372f396f566f4fc0dbaa84b /docs/api-guide/serializers.md
parent3f0f977b96af93fcca6eaaab2200b86aecada691 (diff)
parent22e8357a4b91f64eec30b9c3c536127f5736f01d (diff)
downloaddjango-rest-framework-311cad64c998a89b8e8e2394140e0265ff98f53d.tar.bz2
Merge pull request #2805 from pstiasny/patch-1
Update serializers documentation (removed feature)
Diffstat (limited to 'docs/api-guide/serializers.md')
-rw-r--r--docs/api-guide/serializers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md
index 2adea513..2f13bd2a 100644
--- a/docs/api-guide/serializers.md
+++ b/docs/api-guide/serializers.md
@@ -478,7 +478,7 @@ The default `ModelSerializer` uses primary keys for relationships, but you can a
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.
-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.
+If you want to customize the way the serialization is done you'll need to define the field yourself.
## Specifying fields explicitly