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

Set the profiler instance on the request, not the middleware #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 10, 2018

  1. Set the profiler instance on the request, not the middleware

    Django only instantiates middleware once. This means that if
    the profiler is set as a middleware instance variable,
    concurrent requests will mess with each other. Setting the profiler
    on the request fixes that.
    ahumeau committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    13ce366 View commit details
    Browse the repository at this point in the history