Changes between Initial Version and Version 1 of Ticket #26024


Ignore:
Timestamp:
Jan 2, 2016, 12:09:34 PM (9 years ago)
Author:
Sami Fahed
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26024 – Description

    initial v1  
    22
    33django.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
     5Pull request with Regression Test: https://github.com/django/django/pull/5919
Back to Top