-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Description
Checklist
- Raised initially as discussion #...
- This cannot be dealt with as a third party library. (We prefer new functionality to be in the form of third party libraries where possible.)
- I have reduced the issue to the simplest possible case.
for my request:
curl --data 'xx=30&id=100' localhost:8000/api/v1/xxx
using rest_framework.request.Request in middleware extract request data:
req = Request(request, parsers=[FormParser, MultiPartParser])
debuging by ipdb, i see this:
I think this function call is not a problem, but his result I have no idea why
Metadata
Metadata
Assignees
Labels
No labels
