summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-05-18 08:05:48 -0700
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-05-18 08:05:48 -0700
commite73cb6391dd4f178e430c424eda6d9c97a70c7f6 (patch)
treecad8e142f73fcf8d96ee440fc94a3cf210b53cf3 /docs
parentd5ce2ff5e485bf94fcade340bc803ba4671bd95a (diff)
parent64e11a68f19793d11915e83574b1bb693da3980e (diff)
Merge pull request #1122 from ambv/issue13285
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
==========================