From ed93e13a1c6f792e14176bdaa5e96d0fa2c63a2f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 1 Dec 2014 12:20:07 +0000 Subject: Update documentation --- api-guide/settings/index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'api-guide/settings/index.html') diff --git a/api-guide/settings/index.html b/api-guide/settings/index.html index 9591d465..ae315e89 100644 --- a/api-guide/settings/index.html +++ b/api-guide/settings/index.html @@ -164,6 +164,10 @@ Serializer relations +
  • + Validators +
  • +
  • Authentication
  • @@ -263,6 +267,10 @@ 2.4 Announcement +
  • + 3.0 Announcement +
  • +
  • Kickstarter Announcement
  • @@ -445,7 +453,7 @@ print api_settings.DEFAULT_AUTHENTICATION_CLASSES )

    DEFAULT_PARSER_CLASSES

    -

    A list or tuple of parser classes, that determines the default set of parsers used when accessing the request.DATA property.

    +

    A list or tuple of parser classes, that determines the default set of parsers used when accessing the request.data property.

    Default:

    (
         'rest_framework.parsers.JSONParser',
    @@ -677,7 +685,7 @@ If set to None then generic filtering is disabled.

    -- cgit v1.2.3