From cd21c37d0fb79c594865b7c5d993a3255a3dc280 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 13 Oct 2012 15:09:05 +0100 Subject: [PATCH] Improve documentation for requests --- api-guide/authentication.html | 2 +- api-guide/content-negotiation.html | 2 +- api-guide/exceptions.html | 2 +- api-guide/fields.html | 2 +- api-guide/format-suffixes.html | 2 +- api-guide/generic-views.html | 2 +- api-guide/pagination.html | 2 +- api-guide/parsers.html | 2 +- api-guide/permissions.html | 4 +- api-guide/renderers.html | 14 +- api-guide/requests.html | 91 ++++++--- api-guide/responses.html | 6 +- api-guide/reverse.html | 2 +- api-guide/serializers.html | 2 +- api-guide/settings.html | 2 +- api-guide/status-codes.html | 2 +- api-guide/throttling.html | 6 +- api-guide/views.html | 2 +- index.html | 4 +- topics/browsable-api.html | 2 +- topics/browser-enhancements.html | 181 ++++++++++++++++++ topics/browserhacks.html | 86 ++++----- topics/changelog.html | 2 +- topics/contributing.html | 2 +- topics/credits.html | 2 +- topics/csrf.html | 2 +- topics/migration.html | 2 +- topics/rest-hypermedia-hateoas.html | 2 +- tutorial/1-serialization.html | 2 +- tutorial/2-requests-and-responses.html | 2 +- tutorial/3-class-based-views.html | 2 +- ...entication-permissions-and-throttling.html | 2 +- .../5-relationships-and-hyperlinked-apis.html | 2 +- tutorial/6-resource-orientated-projects.html | 2 +- tutorial/quickstart.html | 2 +- 35 files changed, 337 insertions(+), 109 deletions(-) create mode 100644 topics/browser-enhancements.html diff --git a/api-guide/authentication.html b/api-guide/authentication.html index 09d6a22b0..d04b3f1ba 100644 --- a/api-guide/authentication.html +++ b/api-guide/authentication.html @@ -73,7 +73,7 @@ Topics