We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
memcache_key_warnings isn't typed in django-stubs.
from django.core.cache.backends.base import memcache_key_warnings
A typed version of memcache_key_warnings
memcache_key_warnings
python
django
mypy
django-stubs
django-stubs-ext
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
What's wrong
memcache_key_warnings isn't typed in django-stubs.
from django.core.cache.backends.base import memcache_key_warnings
How is that should be
A typed version of
memcache_key_warnings
System information
python
version: 3.9.17django
version: 3.2.19mypy
version: 1.1.1django-stubs
version: 1.16.0django-stubs-ext
version: 4.2.1The text was updated successfully, but these errors were encountered: