This commit is contained in:
Dan Lipsitt 2017-05-05 21:19:26 +00:00 committed by GitHub
commit 9dc6e1e5e3

View File

@ -83,7 +83,7 @@ You will typically want to use both `FormParser` and `MultiPartParser` together
## MultiPartParser
Parses multipart HTML form content, which supports file uploads. Both `request.data` will be populated with a `QueryDict`.
Parses multipart HTML form content, which supports file uploads. Both `request.data` and `request.files` will be populated with a `QueryDict`.
You will typically want to use both `FormParser` and `MultiPartParser` together in order to fully support HTML form data.