diff options
| author | Tom Christie | 2012-11-07 21:28:10 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-07 21:28:10 +0000 |
| commit | 34c5fb0cc682831822ce77379e8211ec02349897 (patch) | |
| tree | 838e470306a56f5cb8764cb3340e7eb74c63f954 /docs/template.html | |
| parent | 9fe317b2caee8e397ae669fb0d99c5fb730f7819 (diff) | |
| download | django-rest-framework-34c5fb0cc682831822ce77379e8211ec02349897.tar.bz2 | |
Add filtering into documentation
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 c428dff3..676a4807 100644 --- a/docs/template.html +++ b/docs/template.html @@ -75,6 +75,7 @@ <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> + <li><a href="{{ base_url }}/api-guide/filtering{{ suffix }}">Filtering</a></li> <li><a href="{{ base_url }}/api-guide/pagination{{ suffix }}">Pagination</a></li> <li><a href="{{ base_url }}/api-guide/content-negotiation{{ suffix }}">Content negotiation</a></li> <li><a href="{{ base_url }}/api-guide/format-suffixes{{ suffix }}">Format suffixes</a></li> |
