aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
diff options
context:
space:
mode:
authorTom Christie2014-11-28 09:57:02 +0000
committerTom Christie2014-11-28 09:57:02 +0000
commitd4b8e356b952137760bf33750b17895526d6151e (patch)
treecb4428b2967582dd8ca50cb1bcd1f7bb95b1fe5f /rest_framework/request.py
parentd2d7e1dfde2a62ee8f6d904368dbd6581de278c9 (diff)
parent34ca8cd2a5c030d9acc89720876ba9583c1dc988 (diff)
downloaddjango-rest-framework-d4b8e356b952137760bf33750b17895526d6151e.tar.bz2
Merge branch '3.0-docs'
Diffstat (limited to 'rest_framework/request.py')
-rw-r--r--rest_framework/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/request.py b/rest_framework/request.py
index 096b3042..d7e74674 100644
--- a/rest_framework/request.py
+++ b/rest_framework/request.py
@@ -310,7 +310,7 @@ class Request(object):
def _load_data_and_files(self):
"""
- Parses the request content into self.DATA and self.FILES.
+ Parses the request content into `self.data`.
"""
if not _hasattr(self, '_content_type'):
self._load_method_and_content_type()