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

Changed cache monkey-patching for Django 3.2+ #1497

Merged
merged 3 commits into from
Aug 28, 2021

Commits on Aug 28, 2021

  1. Changed cache monkey-patching for Django 3.2+

    Changed cache monkey-patching for Django 3.2+ to iterate over existing
    caches and patch them individually rather than attempting to patch
    django.core.caches as a whole. The middleware.cache is still
    being patched as a whole in order to attempt to catch any cache
    usages before enable_instrumentation is called.
    
    Test cache panel is diabled for middleware before it.
    tim-schilling committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    398741c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    tim-schilling and matthiask committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    d1f748e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060860a View commit details
    Browse the repository at this point in the history