diff options
| author | Tom Christie | 2012-08-29 20:57:37 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-08-29 20:57:37 +0100 | 
| commit | 578017e01d1da4746ae0045268043cfd74d41b42 (patch) | |
| tree | d729eb93484247fa44b509a4b693811e6978a190 /docs/tutorial/5-relationships-and-hyperlinked-apis.md | |
| parent | 21f59162db37c656b4f025cdd8e13cdb9933a4fc (diff) | |
| download | django-rest-framework-578017e01d1da4746ae0045268043cfd74d41b42.tar.bz2 | |
New docs
Diffstat (limited to 'docs/tutorial/5-relationships-and-hyperlinked-apis.md')
| -rw-r--r-- | docs/tutorial/5-relationships-and-hyperlinked-apis.md | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md new file mode 100644 index 00000000..3d9598d7 --- /dev/null +++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md @@ -0,0 +1,9 @@ +**TODO** + +* Create BlogPost model +* Demonstrate nested relationships +* Demonstrate and describe hyperlinked relationships + +[part 6][1] + +[1]: 6-resource-orientated-projects.md | 
