diff options
| author | Tom Christie | 2012-10-01 16:17:01 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-01 16:17:01 +0100 |
| commit | 8d1d99018725469061d5696a5552e7ebdb5cccc9 (patch) | |
| tree | 03af8aa34445b9b7715f2c89a41bd6199c33c684 /docs/index.md | |
| parent | 1d432cf4327d5c4cdee323310cc80c5f111f0a23 (diff) | |
| download | django-rest-framework-8d1d99018725469061d5696a5552e7ebdb5cccc9.tar.bz2 | |
Pagination docs
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 e7db5dbc..92afbea8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -85,6 +85,7 @@ The API guide is your complete reference manual to all the functionality provide * [Authentication][authentication] * [Permissions][permissions] * [Throttling][throttling] +* [Pagination][pagination] * [Content negotiation][contentnegotiation] * [Format suffixes][formatsuffixes] * [Returning URLs][reverse] @@ -161,6 +162,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 +[pagination]: api-guide/pagination.md [contentnegotiation]: api-guide/content-negotiation.md [formatsuffixes]: api-guide/format-suffixes.md [reverse]: api-guide/reverse.md |
