Hi Russ -- On Sun, Nov 28, 2010 at 1:13 AM, Russell Keith-Magee <russ...@keith-magee.com> wrote: > For your consideration, I present a patch to resolve #12815 and > #12816, adding a TemplateResponse and a render() shortcut.
Good stuff. A couple of things though: * I'm really not a fan of "bake()" and ".baked" -- it really feels too clever a name to me. I know there's a bit of precedent w.r.t. "baked" and "fried" responses, but I still think the name's just non-obvious. Especially to people who don't speak English natively. Can we just go with something bording like "render()" and ".rendered"? * I think we should deprecate render_to_response() in favor of render(). render_to_response() is just render(request=None, ...), right? Any reason to keep both around? Thanks! Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.