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/authentication | |
| parent | c3948af9fa04272bf0979805cb992cfac273149c (diff) | |
| download | django-rest-framework-0b84e842d3d5e01b11483371bf6f643fa91087b4.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/authentication')
| -rw-r--r-- | api-guide/authentication/index.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/api-guide/authentication/index.html b/api-guide/authentication/index.html index e55e4ddd..897c6fd6 100644 --- a/api-guide/authentication/index.html +++ b/api-guide/authentication/index.html @@ -65,7 +65,7 @@ <a class="repo-link btn btn-inverse btn-small " rel="prev" href="../permissions"> Next <i class="icon-arrow-right icon-white"></i> </a> - <a class="repo-link btn btn-inverse btn-small " rel="next" href="../validators"> + <a class="repo-link btn btn-inverse btn-small " rel="next" href="../relations"> <i class="icon-arrow-left icon-white"></i> Previous </a> <a class="repo-link btn btn-inverse btn-small" href="#searchModal" data-toggle="modal"><i class="icon-search icon-white"></i> Search</a> @@ -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> @@ -164,10 +171,6 @@ <a href="../relations">Serializer relations</a> </li> - <li > - <a href="../validators">Validators</a> - </li> - <li class="active" > <a href=".">Authentication</a> </li> |
