Commit 034e26ea by José Padilla

Merge pull request #3748 from DanLipsitt/patch-1

docstring typo fix: DateAndFiles -> DataAndFiles
parents 00ead782 fb94be18
......@@ -126,7 +126,7 @@ class FileUploadParser(BaseParser):
def parse(self, stream, media_type=None, parser_context=None):
"""
Treats the incoming bytestream as a raw file upload and returns
a `DateAndFiles` object.
a `DataAndFiles` object.
`.data` will be None (we expect request body to be a file content).
`.files` will be a `QueryDict` containing one 'file' element.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment