diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md index 7bf932d06..7d2c77c17 100644 --- a/docs/api-guide/parsers.md +++ b/docs/api-guide/parsers.md @@ -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.