Opened 13 years ago

Closed 13 years ago

#17036 closed Cleanup/optimization (fixed)

Note that render is a special method name for HttpResponse objects

Reported by: Preston Holmes Owned by: Preston Holmes
Component: Documentation Version: dev
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

While an edge case, it should be noted that any HttpResponse subclass that implements render() will be assumed to be attempting to emulate a TemplateResponse object with regard to template_response middleware.

Change History (3)

comment:2 by Preston Holmes, 13 years ago

note, that perhaps the note could go elsewhere in the doc, this can be moved at will of course by the comitter

Last edited 13 years ago by Preston Holmes (previous) (diff)

comment:3 by Carl Meyer, 13 years ago

Resolution: fixed
Status: newclosed

In [16961]:

Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone.

Note: See TracTickets for help on using tickets.
Back to Top