#32969: Improve pickling of HttpResponse instances
------------------------------------------------+------------------------
               Reporter:  zatro                 |          Owner:  nobody
                   Type:  Bug                   |         Status:  new
              Component:  Core (Serialization)  |        Version:  dev
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 When pickling a HTTPResponse, rather than pickling all of its attributes
 just store what is needed for the creation of a new HttpResponse with the
 correct content, status code and headers.

 See related discussion on ticket #23895 and its PR.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32969>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.336dd0dcd0038f5233f19e861f5d09e7%40djangoproject.com.

Reply via email to