You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/parsers.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ You will typically want to use both `FormParser` and `MultiPartParser` together
87
87
88
88
## MultiPartParser
89
89
90
-
Parses multipart HTML form content, which supports file uploads. Both`request.data` will be populated with a `QueryDict`.
90
+
Parses multipart HTML form content, which supports file uploads. `request.data` and`request.FILES` will be populated with a `QueryDict` and `MultiValueDict` respectively.
91
91
92
92
You will typically want to use both `FormParser` and `MultiPartParser` together in order to fully support HTML form data.
0 commit comments