Opened 4 years ago
Last modified 11 months ago
#32969 new Cleanup/optimization
Improve pickling of HttpResponse instances
Reported by: | zatro | Owned by: | Anvesh Mishra |
---|---|---|---|
Component: | HTTP handling | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Keryn Knight, Anvesh Mishra, Ülgen Sarıkavak | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | |||
According to the ticket's flags, the next step(s) to move this issue forward are:
- To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (16)
comment:1 by , 4 years ago
Component: | Core (Serialization) → HTTP handling |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 4 years ago
Patch needs improvement: | unset |
---|
comment:6 by , 3 years ago
Cc: | added |
---|---|
Patch needs improvement: | set |
Tentatively setting the flag back; I've left feedback and proposed a first sketch of how adapting SimpleTemplateResponse
and TemplateResponse
might go.
comment:7 by , 3 years ago
Needs tests: | set |
---|
comment:8 by , 3 years ago
Cc: | added |
---|---|
Owner: | changed from | to
comment:9 by , 3 years ago
comment:10 by , 3 years ago
Needs tests: | unset |
---|---|
Patch needs improvement: | unset |
Triage Stage: | Accepted → Ready for checkin |
comment:12 by , 3 years ago
Type: | Bug → Cleanup/optimization |
---|
comment:15 by , 22 months ago
Has patch: | unset |
---|---|
Resolution: | fixed |
Status: | closed → new |
Triage Stage: | Ready for checkin → Accepted |
comment:16 by , 11 months ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Thanks, it's worth adding that pickling
HttpResponse
with CBV crashes: