Re: Multiple template engines for Django - week 8

2014-11-30 Thread Luke Plant
Hi Aymeric, Just some quick feedback - I think it's perfectly reasonable not to be writing any docs or tests at this point. It seems like the nitty-gritty details are likely to be affecting various API decisions that you have to make, and there is no point writing either docs or tests when API is

Re: DB Migrations: Proposed fix for "Index name collisions after objects are renamed then re-created"

2014-11-30 Thread tomv
Thanks for pointing out the index improvement DEP Shai, I hadn't seen that yet. It's important to note that right now, index names are not re-creatable in retrospect. They rely on the names of models and fields, that are free to be renamed. So a complete rethink will be needed if introspection

Re: Internationalise GET parameters?

2014-11-30 Thread Jorge C . Leitão
Hi, Thanks both for the feedback; I was not seeing the whole issue with JS, and I now share your concerns. To me, the ticket can be closed as won't fix (https://code.djangoproject.com/ticket/23927). Thanks Tim for raising the issues that brought us here. Cheers, Jorge On Sunday, November