Fixed #13285: populate_xheaders breaks caching

This commit is contained in:
Łukasz Langa 2013-05-18 16:38:11 +02:00
parent 63a9555d57
commit 64e11a68f1
10 changed files with 5 additions and 148 deletions

View file

@ -491,6 +491,11 @@ Miscellaneous
memcache backend no longer uses the default timeout, and now will
set-and-expire-immediately the value.
* The ``django.contrib.flatpages`` app used to set custom HTTP headers for
debugging purposes. This functionality was not documented and made caching
ineffective so it has been removed, along with its generic implementation,
previously available in ``django.core.xheaders``.
Features deprecated in 1.6
==========================