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

[middleware] enable subclassing of other middleware implementations, remove POST in django #75

Merged
merged 4 commits into from
Aug 13, 2019

Conversation

tredman
Copy link
Contributor

@tredman tredman commented Aug 6, 2019

A mixed bag here:

  • extend the capability of new get_context_* functions in Flask, Bottle, and Werkzeug middlewares
  • Drop request.POST.dict() from default instrumentation in django by default
  • Adds initial test structure for middleware. At best, this tests that the middleware code executes and doesn't crash due to trivial runtime errors, but there's a long way to go here.

…remove POST in django

A mixed bag here:

- extend the capability of new `get_context_*` functions in Flask, Bottle, and Werkzeug middlewares
- Drop `request.POST.dict()` from default instrumentation in django by default
- Adds initial test structure for middleware. At best, this tests that the middleware code executes and doesn't crash due to trivial runtime errors, but there's a long way to go here.
@tredman tredman force-pushed the tredman.post-context branch from 9cd0660 to 2e74a15 Compare August 12, 2019 17:12
@tredman tredman merged commit b58b4d9 into master Aug 13, 2019
@tredman tredman deleted the tredman.post-context branch August 13, 2019 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants