summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBas Peschier <basp@fabrique.nl>2013-02-24 13:36:04 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-02-24 13:56:15 +0100
commit5a9b2bce242bd2f8a9fed6ac735406ce68b10738 (patch)
tree2fde6669666d644ff1732d70ac7d5a61ace7d89d /docs
parentd7e835f76d81d66a6d8964dba20506a1c6e559d8 (diff)
Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index ce1e643946..c2a3d56c53 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -89,6 +89,9 @@ Minor features
:class:`~django.http.HttpResponsePermanentRedirect` now provide an ``url``
attribute (equivalent to the URL the response will redirect to).
+* The ``MemcachedCache`` cache backend now uses the latest :mod:`pickle`
+ protocol available.
+
* Added the :attr:`django.db.models.ForeignKey.db_constraint`
option.