django1/django/core/cache
Ed Morley 65ec8fa8ca 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.
2016-08-31 12:50:14 -04:00
..
backends Fixed #20892 -- Allowed configuring memcached client using OPTIONS. 2016-08-31 12:50:14 -04:00
__init__.py Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check. 2015-09-18 07:44:39 -04:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00