1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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.
This commit is contained in:
Ed Morley
2016-08-31 13:12:40 +01:00
committed by Tim Graham
parent 1d54fb4483
commit 65ec8fa8ca
6 changed files with 120 additions and 11 deletions

View File

@@ -224,6 +224,7 @@ answer newbie questions, and generally made Django that much better:
Doug Napoleone <doug@dougma.com>
dready <wil@mojipage.com>
dusk@woofle.net
Ed Morley <https://github.com/edmorley>
eibaan@gmail.com
Emil Stenström <em@kth.se>
enlight