diff options
| author | Tom Christie | 2014-12-01 12:20:07 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-01 12:20:07 +0000 | 
| commit | ed93e13a1c6f792e14176bdaa5e96d0fa2c63a2f (patch) | |
| tree | 03e176c54384ac88d22a1fbc4ba32a6e320695f2 /tutorial/5-relationships-and-hyperlinked-apis | |
| parent | 9defb5ee9f0090f98fa579f1e74b7dfdd6138744 (diff) | |
| download | django-rest-framework-ed93e13a1c6f792e14176bdaa5e96d0fa2c63a2f.tar.bz2 | |
Update documentation
Diffstat (limited to 'tutorial/5-relationships-and-hyperlinked-apis')
| -rw-r--r-- | tutorial/5-relationships-and-hyperlinked-apis/index.html | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/tutorial/5-relationships-and-hyperlinked-apis/index.html b/tutorial/5-relationships-and-hyperlinked-apis/index.html index 5446c25b..80e84004 100644 --- a/tutorial/5-relationships-and-hyperlinked-apis/index.html +++ b/tutorial/5-relationships-and-hyperlinked-apis/index.html @@ -165,6 +165,10 @@                    </li>                    <li > +                    <a href="../../api-guide/validators">Validators</a> +                  </li> +                   +                  <li >                      <a href="../../api-guide/authentication">Authentication</a>                    </li> @@ -264,6 +268,10 @@                    </li>                    <li > +                    <a href="../../topics/3.0-announcement">3.0 Announcement</a> +                  </li> +                   +                  <li >                      <a href="../../topics/kickstarter-announcement">Kickstarter Announcement</a>                    </li> @@ -519,7 +527,7 @@ urlpatterns += [    <!--/.wrapper -->    <footer class="span12"> -    <p>Sponsored by <a href="http://dabapps.com/">DabApps</a>.</a> +    <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</a>      </p>    </footer> | 
