Opened 7 years ago
Closed 6 years ago
#29359 closed Cleanup/optimization (fixed)
Middleware documentation references ExceptionMiddleware, it is not anywhere in the code.
Reported by: | Kevan Swanberg | Owned by: | swang96 |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/ref/middleware/#module-django.middleware.exception
Don't see ExceptionMiddleware used anywhere in code. Think the solution is a rewrite of this portion of the documentation. Maybe referencing what ExceptionMiddleware was used for and what it was replaced with.
Change History (5)
comment:1 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Owner: | changed from | to
---|
comment:4 by , 7 years ago
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe:
Removed docs for obsolete ExceptionMiddleware.
Note:
See TracTickets
for help on using tickets.
There may be portions of that documentation that could be relocated as some of the information is still relevant to new-style middleware.