diff options
| author | Andrew Hankinson | 2013-01-01 11:36:23 -0500 |
|---|---|---|
| committer | Andrew Hankinson | 2013-01-01 11:36:23 -0500 |
| commit | 389ca3b3b1faa90ea4624f495115d83024fdc151 (patch) | |
| tree | 24f1877904d2d1e40d62d52562ac9940175d7b5b /docs/template.html | |
| parent | c6f212238c238561749574a54aec3b1b1fd8df61 (diff) | |
| parent | eff833b39d2f41c9eb773214f5b45c3d991e1511 (diff) | |
| download | django-rest-framework-389ca3b3b1faa90ea4624f495115d83024fdc151.tar.bz2 | |
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework into patch-support
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index 676a4807..d789cc58 100644 --- a/docs/template.html +++ b/docs/template.html @@ -72,6 +72,7 @@ <li><a href="{{ base_url }}/api-guide/renderers{{ suffix }}">Renderers</a></li> <li><a href="{{ base_url }}/api-guide/serializers{{ suffix }}">Serializers</a></li> <li><a href="{{ base_url }}/api-guide/fields{{ suffix }}">Serializer fields</a></li> + <li><a href="{{ base_url }}/api-guide/relations{{ suffix }}">Serializer relations</a></li> <li><a href="{{ base_url }}/api-guide/authentication{{ suffix }}">Authentication</a></li> <li><a href="{{ base_url }}/api-guide/permissions{{ suffix }}">Permissions</a></li> <li><a href="{{ base_url }}/api-guide/throttling{{ suffix }}">Throttling</a></li> |
