diff options
| author | Tom Christie | 2012-09-12 10:12:13 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-12 10:12:13 +0100 |
| commit | c85f799ade0710dd27838e8bfc78989c80213d6a (patch) | |
| tree | 39ffc44c768c1b24d9e06e64393eb2194216b571 /docs/index.md | |
| parent | d4f8b4cf0683923fe85652f8fd572d2931eb3074 (diff) | |
| download | django-rest-framework-c85f799ade0710dd27838e8bfc78989c80213d6a.tar.bz2 | |
Updating docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 46c5cf19..78f4674f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,15 +77,18 @@ The API guide is your complete reference manual to all the functionality provide * [Requests][request] * [Responses][response] * [Views][views] +* [Generic views][generic-views] * [Parsers][parsers] * [Renderers][renderers] * [Serializers][serializers] * [Authentication][authentication] * [Permissions][permissions] * [Throttling][throttling] +* [Content negotiation][contentnegotiation] +* [Format suffixes][formatsuffixes] +* [Returning URLs][reverse] * [Exceptions][exceptions] * [Status codes][status] -* [Returning URLs][reverse] * [Settings][settings] ## Topics @@ -149,15 +152,18 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [request]: api-guide/requests.md [response]: api-guide/responses.md [views]: api-guide/views.md +[generic-views]: api-guide/generic-views.md [parsers]: api-guide/parsers.md [renderers]: api-guide/renderers.md [serializers]: api-guide/serializers.md [authentication]: api-guide/authentication.md [permissions]: api-guide/permissions.md [throttling]: api-guide/throttling.md +[contentnegotiation]: api-guide/content-negotiation.md +[formatsuffixes]: api-guide/format-suffixes.md +[reverse]: api-guide/reverse.md [exceptions]: api-guide/exceptions.md [status]: api-guide/status-codes.md -[reverse]: api-guide/reverse.md [settings]: api-guide/settings.md [csrf]: topics/csrf.md |
