Changes between Initial Version and Version 1 of Ticket #24158, comment 7
- Timestamp:
- Jan 25, 2015, 4:31:34 PM (10 years ago)
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/39871 I opened Pull request 3987 with a fix for GZipMiddleware: https://github.com/django/django/pull/3987 2 2 3 3 I 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.