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/index.md | |
| parent | 9fe317b2caee8e397ae669fb0d99c5fb730f7819 (diff) | |
| download | django-rest-framework-34c5fb0cc682831822ce77379e8211ec02349897.tar.bz2 | |
Add filtering into documentation
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
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 |
