Re: Multiple template engines for Django - week 12

2014-12-28 Thread Michael Manfre
Thanks for the explanation. It makes sense to remove select_template. Regards, Michael Manfre On Sun, Dec 28, 2014 at 3:53 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hi Michael, > > > On 28 déc. 2014, at 07:12, Michael Manfre wrote: > > > > If I'm understanding your pos

Re: Multiple template engines for Django - week 12

2014-12-28 Thread Aymeric Augustin
Hi Michael, > On 28 déc. 2014, at 07:12, Michael Manfre wrote: > > If I'm understanding your post correctly, any potential performance > improvement that a special cased select_template would have would likely be > negated by caching. Sorry, I didn’t explain sufficiently clearly. My reasoning

Re: Multiple template engines for Django - week 12

2014-12-27 Thread Michael Manfre
If I'm understanding your post correctly, any potential performance improvement that a special cased select_template would have would likely be negated by caching. Have you observed, or do you expect to see any significant performance hits to the test suite, which doesn't cache as intensely as live

Re: Multiple template engines for Django - week 12

2014-12-27 Thread Preston Timmons
I agree about the select_template() change as well. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsu

Re: Multiple template engines for Django - week 12

2014-12-27 Thread Tim Graham
I agree with your expected behavior for select_template() and the conclusions you drew. On Saturday, December 27, 2014 5:59:37 PM UTC-5, Aymeric Augustin wrote: > > Hello, > > My twelfth update is online: > https://myks.org/en/multiple-template-engines-for-django/#2014-12-28 > > It comes with

Multiple template engines for Django - week 12

2014-12-27 Thread Aymeric Augustin
Hello, My twelfth update is online: https://myks.org/en/multiple-template-engines-for-django/#2014-12-28 It comes with a question — should I drop `select_template` from the backend API? I think I should. Follow the link above for details. Looking forward to your feedback, -- Aymeric. > On