Changes between Initial Version and Version 1 of Ticket #34522
- Timestamp:
- Apr 27, 2023, 5:58:50 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34522 – Description
initial v1 1 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?1 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?