#1376 closed defect (fixed)
Changeset [2358] breaks flatpages
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The move of the response middleware handling in [2358] to django.core.handlers.base
breaks flatpages, as the triggering of an exceptions.Http404
will now entirely bypass the response middleware handling code.
Change History (2)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Reporter: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
(In [2364]) Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin