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 +
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