-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace MemcachedCache backend with PymemcacheCache #2144
Comments
Things to be done:
|
These are the config related changes which we will do:
|
One more thing to add:
|
This was referenced Sep 4, 2023
I believe this work has been completed some time ago. Is there any reason to keep the issue open? Is there any remaining work to be done here? |
Thanks for reminding, closed the issue |
github-project-automation
bot
moved this from In Progress
to Done
in Aperture-Maintained
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The django.core.cache.backends.memcached.MemcachedCache backend is removed so we now are replacing this with
PymemcacheCache
in all of our IDAs, so we need to replace this for credentials also.https://docs.djangoproject.com/en/4.2/releases/4.1/#features-removed-in-4-1
Update in following environments
The text was updated successfully, but these errors were encountered: