mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-24 23:19:47 +03:00
Remove extraneous word "Both"
This commit is contained in:
parent
1142ee5fc1
commit
b5ad794e66
|
@ -87,7 +87,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. `request.data` 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