Django

Code

Ticket #1376 (closed: fixed)

Opened 3 years ago

Last modified 1 year ago

Changeset [2358] breaks flatpages

Reported by: Tom Tobin <korpios@korpios.com> Assigned to: adrian
Milestone: Component: Core framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

02/19/06 22:36:19 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [2364]) Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin

07/12/07 12:57:52 changed by korpios

  • reporter changed from Tom Tobin <korpios@gmail.com> to Tom Tobin <korpios@korpios.com>.

Add/Change #1376 (Changeset [2358] breaks flatpages)




Change Properties
Action