Skip to content

Commit

Permalink
Merge pull request #2810 from robhudson/patch-1
Browse files Browse the repository at this point in the history
Update example of nested data
  • Loading branch information
jpadilla committed Apr 9, 2015
2 parents 311cad6 + e630815 commit 970bfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/writable-nested-serializers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Some example output from our serializer.

{
'title': 'Leaving party preperations',
'items': {
'items': [
{'text': 'Compile playlist', 'is_completed': True},
{'text': 'Send invites', 'is_completed': False},
{'text': 'Clean house', 'is_completed': False}
}
]
}

Let's take a look at updating our nested one-to-many data structure.
Expand Down

0 comments on commit 970bfe1

Please sign in to comment.