summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2011-11-21 22:25:49 +0000
committerPaul McMillan <Paul@McMillan.ws>2011-11-21 22:25:49 +0000
commit0506facd86082f48cc3cc3d3ea253e4ebbcd0ebe (patch)
treef4e4033f533bca434c59277e4578b54a6ee8bff7 /docs
parent4d975b4f882eb2a68da02e069aa1debb99073497 (diff)
Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibility with other hash backends. Thanks aaugustin for the initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index b611626099..9275ac6ffe 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -501,6 +501,10 @@ Django 1.4 also includes several smaller improvements worth noting:
* Changed the default value for ``httponly`` on session cookies to
``True`` to help reduce the impact of potential XSS attacks.
+* Changed the ``locmem`` cache backend to use
+ ``pickle.HIGHEST_PROTOCOL`` for better compatibility with the other
+ cache backends.
+
.. _backwards-incompatible-changes-1.4:
Backwards incompatible changes in 1.4