home / django_tickets / tickets

tickets: 17235

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
17235 2011-11-15 15:41:51 2021-02-15 09:30:43 2022-03-06 04:05:19.883324 Accepted assigned HTTP handling Bug Normal dev   Multipartparser shouldn't leave request.POST/request.FILES mutable Currently the multipart parser constructs ''!QueryDicts'' for POST and FILES as mutable. Since we discourage users to change ''!QueryDicts'' (and don't allow it for GET and normal POST) the parser should change the flag to False before returning it. This way multipart POSTs would be more consistent with normal POSTs which aren't mutable. vinayinvicible apollo13   0 1 1 0 0 0
Powered by Datasette · Queries took 1.311ms