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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove keyword only argument for RequestsMiddleware #113

Merged
merged 3 commits into from Dec 7, 2020

Commits on Dec 3, 2020

  1. fix: Remove keyword only argument for RequestsMiddleware

    Remove keyword only arguments from request middleware. This causes
    django to fail when attempting to load middleware. Django currently only
    supports handlers being passed in as args.
    bradykieffer committed Dec 3, 2020
    Copy the full SHA
    5f0d441 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Copy the full SHA
    048de83 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Copy the full SHA
    17811e8 View commit details
    Browse the repository at this point in the history