#27041 closed Cleanup/optimization (fixed)
Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES
Reported by: | Ville Skyttä | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I could not find a note in the docs that would say that all middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES. This is useful information to have in case one is migrating to 1.10 but has some middleware which has not yet been migrated to the new style.
Change History (4)
comment:1 by , 8 years ago
Has patch: | set |
---|
comment:4 by , 8 years ago
Type: | Uncategorized → Cleanup/optimization |
---|
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/7051