Skip to content
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

Django 4.1 Deprecated MemcachedCache #366

Closed
irtazaakram opened this issue Jul 6, 2023 · 1 comment
Closed

Django 4.1 Deprecated MemcachedCache #366

irtazaakram opened this issue Jul 6, 2023 · 1 comment

Comments

@irtazaakram
Copy link

Description

From https://docs.djangoproject.com/en/4.1/releases/4.1/#features-removed-in-4-1

django.core.cache.backends.memcached.MemcachedCache will be removed.

Can we also add a fixer to replace MemcachedCache with either PyMemcacheCache or PyLibMCCache?

Let me know your thoughts on this. If its something that can be added I would be more than happy to contribute to it.

@adamchainz
Copy link
Owner

I don’t think this is feasible because it also requires changing which package is installed and reviewing options. Indeed that’s most of the work, changing the backend string is trivial in comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants