mirror of
https://github.com/django/django.git
synced 2025-03-26 09:10:50 +00:00
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.