From 65ec8fa8ca56a5378345375e1079025c96d0b833 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Wed, 31 Aug 2016 13:12:40 +0100 Subject: Fixed #20892 -- Allowed configuring memcached client using OPTIONS. Previously, the MemcachedCache backend ignored `OPTIONS` and PyLibMCCache used them to set pylibmc behaviors. Both backends now pass `OPTIONS` as keyword arguments to the client constructors. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7aa58e4ee7..b983ae1ace 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -27,6 +27,9 @@ details on these changes. * ``django.utils.translation.string_concat()`` will be removed. +* ``django.core.cache.backends.memcached.PyLibMCCache`` will no longer support + passing ``pylibmc`` behavior settings as top-level attributes of ``OPTIONS``. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3