Re: Multiple template engines for Django - week 1

2014-11-16 Thread Aymeric Augustin
> On 4 nov. 2014, at 21:38, Aymeric Augustin > wrote: > > 2014-11-04 20:58 GMT+01:00 Preston Timmons >: > With the new template update, do you foresee > django.utils.setup_test_template_loader and > django.utils.restore_template_loaders still working? > > If

Re: Multiple template engines for Django - week 1

2014-11-04 Thread Aymeric Augustin
Hi Preston, 2014-11-04 20:58 GMT+01:00 Preston Timmons : > With the new template update, do you foresee > django.utils.setup_test_template_loader and > django.utils.restore_template_loaders still working? > This is a good question. To be honest, I had filed it under "implementation details I'll

Re: Multiple template engines for Django - week 1

2014-11-04 Thread Preston Timmons
Hi Aymeric, With the new template update, do you foresee django.utils.setup_test_template_loader and django.utils.restore_template_loaders still working? Those aren't officially public api's, but they're useful nonetheless. Perhaps the way to do it in the future would be with override_settings

Re: Multiple template engines for Django - week 1

2014-10-17 Thread Aymeric Augustin
Hi Anssi, On 17 oct. 2014, at 14:49, Anssi Kääriäinen wrote: > The FAQ section says that template context processors isn't going to be > supported for context processors. Indeed, at this time, my theoretical position is not to enforce such an API and leave it up to template engines. But I may

Re: Multiple template engines for Django - week 1

2014-10-17 Thread Anssi Kääriäinen
On Sun, 2014-10-12 at 20:31 +0200, Aymeric Augustin wrote: > Feedback is welcome, especially on sections I've described as "done" in the > update. The FAQ section says that template context processors isn't going to be supported for context processors. The context processors return a dictionary

Re: Multiple template engines for Django - week 1

2014-10-12 Thread Fred Stluka
Excellent! Thanks for the update. I donated to the IndieGoGo campaign. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open S

Multiple template engines for Django - week 1

2014-10-12 Thread Aymeric Augustin
Hello, I just posted the first update on this project: https://myks.org/en/multiple-template-engines-for-django/#2014-10-12 My work in progress on the DEP is available here: https://myks.org/en/multiple-template-engines-for-django/dep/ Feedback is welcome, especially on sections I've described a