aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2012-11-07 21:28:10 +0000
committerTom Christie2012-11-07 21:28:10 +0000
commit34c5fb0cc682831822ce77379e8211ec02349897 (patch)
tree838e470306a56f5cb8764cb3340e7eb74c63f954 /docs/index.md
parent9fe317b2caee8e397ae669fb0d99c5fb730f7819 (diff)
downloaddjango-rest-framework-34c5fb0cc682831822ce77379e8211ec02349897.tar.bz2
Add filtering into documentation
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index 5e086872..52ea2b75 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -95,6 +95,7 @@ The API guide is your complete reference manual to all the functionality provide
* [Authentication][authentication]
* [Permissions][permissions]
* [Throttling][throttling]
+* [Filtering][filtering]
* [Pagination][pagination]
* [Content negotiation][contentnegotiation]
* [Format suffixes][formatsuffixes]
@@ -184,6 +185,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[authentication]: api-guide/authentication.md
[permissions]: api-guide/permissions.md
[throttling]: api-guide/throttling.md
+[filtering]: api-guide/filtering.md
[pagination]: api-guide/pagination.md
[contentnegotiation]: api-guide/content-negotiation.md
[formatsuffixes]: api-guide/format-suffixes.md