Changes between Initial Version and Version 1 of Ticket #24158, comment 7


Ignore:
Timestamp:
Jan 25, 2015, 4:31:34 PM (9 years ago)
Author:
Benjamin Richter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24158, comment 7

    initial v1  
    1 I opened Pull request #3987 with a fix for GZipMiddleware: https://github.com/django/django/pull/3987
     1I opened Pull request 3987 with a fix for GZipMiddleware: https://github.com/django/django/pull/3987
    22
    33I backported django.utils.text.compress_sequence and some of the newer GZipMiddleware code to 1.4 to check for response._base_content_is_iter before consuming response.content and added handling of iterables in responses.
Back to Top