From 5a9b2bce242bd2f8a9fed6ac735406ce68b10738 Mon Sep 17 00:00:00 2001 From: Bas Peschier Date: Sun, 24 Feb 2013 13:36:04 +0100 Subject: Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL --- docs/releases/1.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit v1.3