Opened 17 years ago
Closed 17 years ago
#10129 closed (duplicate)
render_to_response's ability to take a list is undocumented
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | render_to_response | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I wanted to check a number of templates to render, and started to use select_template(foolist).name to get the template. On #django, kylefox and Magus- told me that render_to_response can also take a list (since it just passes it on to render_to_string, which can also take a list), but that this ability simply wasn't documented.
I'd request that this functionality get documented. I'd be happy to do so.
Note:
See TracTickets
for help on using tickets.
Duplicate of #9635