-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Show cache alias instead of backend repr in calls table #2219
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
Conversation
|
@federicobond I spotted a few more clean-ups, but this is on the edge of being good to go. Thank you for being patient! |
2bc97ab to
1941fdb
Compare
|
@federicobond I removed the |
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
|
Squashed the commits and merged. Thank you @federicobond! |
Description
This changes the values of the backend columns for cache calls in the Cache panel from
<django.core.cache.backends.dummy.DummyCache object at 0x1063950a0>todefaultor the corresponding alias. This makes it much easier to identify which call is made to which backend when several cache backends share the same engine.Before:
After:
Checklist:
docs/changes.rst.