--
Ticket URL: <https://code.djangoproject.com/ticket/34522>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> I've noticed that the mulipart/form-data is only encoded in the POST
> request of the Django test client and not in the PUT/PATCH requests. Is
> this intentional and if so, why?
New description:
I've noticed that when making a request using the Django test client with
a multipart/form-data content type, the data only gets encoded for POST
requests. Is intentional and if so, why?
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34522#comment:1>