aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/relations.md
diff options
context:
space:
mode:
authorTom Christie2013-08-23 14:39:52 +0100
committerTom Christie2013-08-23 14:39:52 +0100
commitb72a99fef2c84428240425ed42b1a0b1198631b1 (patch)
treea8b248eebeac63972a75a4cb190c473355549929 /docs/api-guide/relations.md
parent0966a2680ba02e6a4586bd2777ed593fcc66a453 (diff)
parente03854ba6a74428675c40d469a7768cc5131035f (diff)
downloaddjango-rest-framework-b72a99fef2c84428240425ed42b1a0b1198631b1.tar.bz2
Merge branch 'display-nested-data' into html-form-renderer
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 aa14bc72..15ba9a3a 100644
--- a/docs/api-guide/relations.md
+++ b/docs/api-guide/relations.md
@@ -214,8 +214,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: