diff options
| author | Tom Christie | 2013-04-16 12:43:46 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-04-16 12:43:46 -0700 |
| commit | eceae6480431038a2eb664861cb7787957ce05c9 (patch) | |
| tree | f3b3ed8c258b82b3dfb1939404f00f5fb16b7c1c /docs/tutorial/5-relationships-and-hyperlinked-apis.md | |
| parent | 56c039ce17fd06799945f2135f20afc972685338 (diff) | |
| parent | c7e000e46e831a254689faac44ea44ebafe3cd61 (diff) | |
| download | django-rest-framework-eceae6480431038a2eb664861cb7787957ce05c9.tar.bz2 | |
Merge pull request #792 from maspwr/writable-nested-modelserializer
Writable nested modelserializer (merge in master)
Diffstat (limited to 'docs/tutorial/5-relationships-and-hyperlinked-apis.md')
| -rw-r--r-- | docs/tutorial/5-relationships-and-hyperlinked-apis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md index a702a09d..27a10840 100644 --- a/docs/tutorial/5-relationships-and-hyperlinked-apis.md +++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md @@ -1,4 +1,4 @@ -# Tutorial 5 - Relationships & Hyperlinked APIs +# Tutorial 5: Relationships & Hyperlinked APIs At the moment relationships within our API are represented by using primary keys. In this part of the tutorial we'll improve the cohesion and discoverability of our API, by instead using hyperlinking for relationships. |
