#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: | UI/UX: |
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 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Reporter: | changed from Tom Tobin <korpios@…> to Tom Tobin <korpios@…> |
---|
Note: See
TracTickets for help on using
tickets.
(In [2364]) Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin