aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorTom Christie2014-11-28 09:57:02 +0000
committerTom Christie2014-11-28 09:57:02 +0000
commitd4b8e356b952137760bf33750b17895526d6151e (patch)
treecb4428b2967582dd8ca50cb1bcd1f7bb95b1fe5f /docs/api-guide/settings.md
parentd2d7e1dfde2a62ee8f6d904368dbd6581de278c9 (diff)
parent34ca8cd2a5c030d9acc89720876ba9583c1dc988 (diff)
downloaddjango-rest-framework-d4b8e356b952137760bf33750b17895526d6151e.tar.bz2
Merge branch '3.0-docs'
Diffstat (limited to 'docs/api-guide/settings.md')
-rw-r--r--docs/api-guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 0aa4b6a9..9005511b 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -51,7 +51,7 @@ Default:
#### 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: