#20126 closed Cleanup/optimization (fixed)
Move XViewMiddleware to django.contrib.admindocs.middleware
| Reported by: | Aymeric Augustin | Owned by: | Łukasz Langa |
|---|---|---|---|
| Component: | contrib.admindocs | 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
This middleware is written for by admindocs, and I don't think it has any other uses.
This change would:
- remove a dependency of core on contrib -- see the first bullet point of https://code.djangoproject.com/ticket/8713#comment:13
- make the middleware reference docs more focused
This requires a trivial deprecation path.
Change History (5)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 660762681cfbd8cabce0b6c83fae5b3b60c0d60c: