Opened 13 years ago
Closed 13 years ago
#17035 closed Cleanup/optimization (fixed)
clarify process_template_response API works with duck-typed TemplateResponse
Description ¶
The API for the template response middleware was documented in a way that implied only a subclass of SimpleTemplateResponse was acceptable as the response object, but in fact duck typing is specifically and deliberately employed.
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/63