diff options
| author | Tom Christie | 2014-11-25 16:24:47 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:24:47 +0000 |
| commit | 0b84e842d3d5e01b11483371bf6f643fa91087b4 (patch) | |
| tree | f129e684fed0e5799c3eab9a8ecb52b95b50e156 /api-guide/relations | |
| parent | c3948af9fa04272bf0979805cb992cfac273149c (diff) | |
| download | django-rest-framework-0b84e842d3d5e01b11483371bf6f643fa91087b4.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/relations')
| -rw-r--r-- | api-guide/relations/index.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/api-guide/relations/index.html b/api-guide/relations/index.html index ea662ba8..6bfc2c86 100644 --- a/api-guide/relations/index.html +++ b/api-guide/relations/index.html @@ -62,7 +62,7 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="repo-link btn btn-primary btn-small" href="https://github.com/tomchristie/django-rest-framework/tree/master">GitHub</a> - <a class="repo-link btn btn-inverse btn-small " rel="prev" href="../validators"> + <a class="repo-link btn btn-inverse btn-small " rel="prev" href="../authentication"> Next <i class="icon-arrow-right icon-white"></i> </a> <a class="repo-link btn btn-inverse btn-small " rel="next" href="../fields"> @@ -82,13 +82,20 @@ <li ><a href="/">Home</a></li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a> <ul class="dropdown-menu"> <li > <a href="../../tutorial/quickstart">Quickstart</a> </li> + </ul> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li > <a href="../../tutorial/1-serialization">1 - Serialization</a> </li> @@ -110,7 +117,7 @@ </li> <li > - <a href="../../tutorial/6-viewsets-and-routers">6- Viewsets and routers</a> + <a href="../../tutorial/6-viewsets-and-routers">6 - Viewsets and routers</a> </li> </ul> @@ -165,10 +172,6 @@ </li> <li > - <a href="../validators">Validators</a> - </li> - - <li > <a href="../authentication">Authentication</a> </li> |
