summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2013-05-18 16:38:11 +0200
committerŁukasz Langa <lukasz@langa.pl>2013-05-18 17:03:43 +0200
commit64e11a68f19793d11915e83574b1bb693da3980e (patch)
treefb97aa99ca31db7668a99f04d685bf3a50498bb0 /docs
parent63a9555d57069cee32de388821dbe580da1f97c0 (diff)
Fixed #13285: populate_xheaders breaks caching
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 60b3381dd6..452baf7f76 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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
==========================