Opened 6 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 Simon Charette, 6 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jessica, 6 years ago

Owner: changed from nobody to Jessica
Status: newassigned

comment:3 by swang96, 6 years ago

Owner: changed from Jessica to swang96

comment:4 by Tim Graham, 6 years ago

There may be portions of that documentation that could be relocated as some of the information is still relevant to new-style middleware.

comment:5 by Tim Graham, 6 years ago

Resolution: fixed
Status: assignedclosed

In a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe:

Removed docs for obsolete ExceptionMiddleware.

Note: See TracTickets for help on using tickets.
Back to Top