diff options
| author | Mark Aaron Shirley | 2013-07-14 18:13:37 -0700 | 
|---|---|---|
| committer | Mark Aaron Shirley | 2013-07-14 18:13:37 -0700 | 
| commit | 7815811fe3047b5110e6993ecd72349f6f232232 (patch) | |
| tree | 15b036f2140e5ed7f51c576621a25bab40ed9ae7 /docs/api-guide/relations.md | |
| parent | 05d8a90e946f63adeb1978fca02e96230425c41a (diff) | |
| download | django-rest-framework-7815811fe3047b5110e6993ecd72349f6f232232.tar.bz2 | |
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: | 
