aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/relations.md
diff options
context:
space:
mode:
authorTom Christie2013-07-20 13:18:55 -0700
committerTom Christie2013-07-20 13:18:55 -0700
commit0a92e1ad8c649cde216d5bb11cff70c0bc31db31 (patch)
treeff931eb66411948b102977d55d24b07ddf8ce3a8 /docs/api-guide/relations.md
parent05d8a90e946f63adeb1978fca02e96230425c41a (diff)
parentb5dc6b61131cc36b0540133a28613c06e7f4e26a (diff)
downloaddjango-rest-framework-0a92e1ad8c649cde216d5bb11cff70c0bc31db31.tar.bz2
Merge pull request #985 from maspwr/writable-nested-modelserializer-docs
Update nested serialization docs
Diffstat (limited to 'docs/api-guide/relations.md')
-rw-r--r--docs/api-guide/relations.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md
index 50c9bc54..21942eef 100644
--- a/docs/api-guide/relations.md
+++ b/docs/api-guide/relations.md
@@ -213,8 +213,6 @@ Nested relationships can be expressed by using serializers as fields.
If the field is used to represent a to-many relationship, you should add the `many=True` flag to the serializer field.
-Note that nested relationships are currently read-only. For read-write relationships, you should use a flat relational style.
-
## Example
For example, the following serializer: