1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Merge pull request #1122 from ambv/issue13285

Fixed #13285: populate_xheaders breaks caching
This commit is contained in:
Aymeric Augustin
2013-05-18 08:05:48 -07:00
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
==========================