You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove keyword only argument for RequestsMiddleware (#113)
* 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.
* Test that we can instantiate middleware with or without kwargs
* Make get_response a required parameter in RequestMiddleware
0 commit comments