Changes between Initial Version and Version 1 of Ticket #26024
- Timestamp:
- Jan 2, 2016, 12:09:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26024 – Description
initial v1 2 2 3 3 django.utils.cache.get_conditional_response's etag argument needs to be *unquoted*, however the etag passed by CommonMiddleware's make_response is quoted or the GZipMiddleware is modifying it while keeping it quoted. 4 5 Pull request with Regression Test: https://github.com/django/django/pull/5919