Changes between Initial Version and Version 2 of Ticket #27226


Ignore:
Timestamp:
Sep 15, 2016, 3:03:53 AM (8 years ago)
Author:
Rinat Khabibiev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27226

    • Property Status newassigned
  • Ticket #27226 – Description

    initial v2  
    1 '''cache.patch_response_headers()''' adds ETag and Last-Modified headers to the response while it is not it's responsibility. There are '''etag''' and '''last_modified''' decorators in '''django.views.decorators.http module''' to work with such headers.
     1'''cache.patch_response_headers()''' adds ETag and Last-Modified headers to the response while it is not it's responsibility. There are '''etag''' and '''last_modified''' decorators in '''django.views.decorators.http''' module to work with such headers.
Back to Top