Re: Multiple template engines for Django - week 4 - DEP ready for review!

2014-11-02 Thread Collin Anderson
Hi Aymeric, Thanks for all of your work on this. Am I too late to discuss the settings? I don't see much advantage to the OPTIONS dict. It is consistent with DATABASES, and it separates the engine specific settings from the common settings. However, it doesn't seem like that helpful of a distin

Re: Building a library of SQL functions into Django

2014-11-02 Thread Josh Smeaton
I've opened the ticket https://code.djangoproject.com/ticket/23753 to track which functions should be implemented. -- 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 re

Re: Multiple template engines for Django - week 4 - DEP ready for review!

2014-11-02 Thread Aymeric Augustin
> On 2 nov. 2014, at 00:53, Michael Manfre wrote: > > Overall the DEP looks really good. Thanks! > It's currently assumed that BaseEngine.select_template() will scan the list > in order and return the first one it can load, but it might make sense to > explicitly state that in the DEP. I’ve