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.2 Codemod] django.core.cache.backends.memcached.MemcachedCache #396

Closed
2 tasks
Tracked by #389
UsamaSadiq opened this issue Jun 14, 2023 · 1 comment
Closed
2 tasks
Tracked by #389
Assignees

Comments

@UsamaSadiq
Copy link
Member

UsamaSadiq commented Jun 14, 2023

Description

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.

Tasks

@UsamaSadiq
Copy link
Member Author

This issue was found to be more complex than simple replacement so the codemod was not created for this.

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