diff options
| author | Tom Christie | 2013-07-20 13:18:55 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-07-20 13:18:55 -0700 |
| commit | 0a92e1ad8c649cde216d5bb11cff70c0bc31db31 (patch) | |
| tree | ff931eb66411948b102977d55d24b07ddf8ce3a8 /docs/api-guide/relations.md | |
| parent | 05d8a90e946f63adeb1978fca02e96230425c41a (diff) | |
| parent | b5dc6b61131cc36b0540133a28613c06e7f4e26a (diff) | |
| download | django-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.md | 2 |
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: |
