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
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
> 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