#10129: render_to_response's ability to take a list is undocumented -----------------------------------+---------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: render_to_response | Stage: Unreviewed Has_patch: 0 | -----------------------------------+---------------------------------------- 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. -- Ticket URL: <http://code.djangoproject.com/ticket/10129> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
