mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Fix missing request.files in MultiPartParser doc
This commit is contained in:
parent
00ead782d4
commit
521a4fb3b2
|
@ -83,7 +83,7 @@ You will typically want to use both `FormParser` and `MultiPartParser` together
|
||||||
|
|
||||||
## MultiPartParser
|
## 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.
|
You will typically want to use both `FormParser` and `MultiPartParser` together in order to fully support HTML form data.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user