You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The django.core.cache.backends.memcached.MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmaintained. Use django.core.cache.backends.memcached.PyMemcacheCache or django.core.cache.backends.memcached.PyLibMCCache instead.
The content you are editing has changed. Please copy your edits and refresh the page.
Description
The
django.core.cache.backends.memcached.MemcachedCache
backend is deprecated aspython-memcached
has some problems and seems to be unmaintained. Usedjango.core.cache.backends.memcached.PyMemcacheCache
ordjango.core.cache.backends.memcached.PyLibMCCache
instead.Tasks
The text was updated successfully, but these errors were encountered: