Closed
Description
I'm familiar with ticket #439, and I'm running DDT 1.0.1, which includes the fix created for that ticket. However, when I try to clear the cache with DDT enabled, I get a NotImplementedError, which originates directly from the django.core.cache.backends.base.BaseCache.clear
method. As my backend, I'm running memcached. Disabling the DDT works; no exception is raised. Note that I'm trying to clear the cache from a signal receiver (not sure if that's relevant, so just throwing it out there).
When I do from django.core.cache import cache; print cache
I get <CacheStatTracker for <django.core.cache.backends.memcached.MemcachedCache object at 0x106b7a290>>
.
Metadata
Metadata
Assignees
Labels
No labels