diff options
| author | Tom Christie | 2014-10-31 13:47:36 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-10-31 13:47:36 +0000 | 
| commit | 27622058872c00e357deb7d7e86619a793ef4b41 (patch) | |
| tree | 91c56c4fdef898e4b5cc444cc2dd5de0c528479f /docs/template.html | |
| parent | cd40dcb06500424ef9016913a1a89db0deed8a1f (diff) | |
| download | django-rest-framework-27622058872c00e357deb7d7e86619a793ef4b41.tar.bz2 | |
Validator documentation and tweaks
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 bb3ae221..0d2fb16e 100644 --- a/docs/template.html +++ b/docs/template.html @@ -95,6 +95,7 @@ a.fusion-poweredby {                    <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/validation{{ suffix }}">Validation</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>  | 
