Opened 3 years ago
Last modified 3 years ago
#34522 closed Bug
PUT/PATCH data is not encoded for multipart/form-data in Django Test — at Initial Version
| Reported by: | Matej Mijoski | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 4.2 |
| Severity: | Normal | Keywords: | multipart form data, tests, put data encoding |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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?
Note:
See TracTickets
for help on using tickets.