#36994: Middleware hooks working on functional middleware is not documented
-----------------------------------------+-------------------------------
Reporter: Aarni Koskela | Owner: Aarni Koskela
Type: Uncategorized | Status: assigned
Component: Core (Other) | Version: 6.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+-------------------------------
Middleware hooks like `process_exception`, `process_template_response`,
`process_view` factually work on function middleware (though
`process_template_response` requires a gentle adjustment to how middleware
name is computed).
This is undocumented behavior, so it would probably be best to codify it
in documentation.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36994>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.