--
Ticket URL: <https://code.djangoproject.com/ticket/25782>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Any attempt to fix this should also take into account #15855 -- the
`cache_page` decorator is already basically broken in terms of Vary
headers. It shouldn't cache at all, it should mark the response for later
caching by the middleware, or something.
--
Ticket URL: <https://code.djangoproject.com/ticket/25782#comment:1>
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25782#comment:2>