On Thu, Dec 17, 2009 at 2:56 AM, Leaf <[email protected]> wrote: > I know that you are all busy, but it has been over two weeks and there > has been no activity related to ticket #12292 (render_to_response > method on AdminSite and ModelAdmin) either on the list or on the Trac. > Has anyone looked at the ticket? What are the chances that this will > make it in for 1.2?
I've given the ticket a quick look, and I've marked it wontfix. I'm not rejecting the idea of using non-Django template languages - just suggesting that there is a better way. Specifically, #6262/r11862 should make it possible to write a Jinja/Mako template loader without needing any changes to Django core. The process for using non-Django template languages is documented in abstract terms, but the abstract example should map fairly closely to the Jinja experience: http://docs.djangoproject.com/en/dev/ref/templates/api/#using-an-alternative-template-language Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
