Re: Logging configuration and handle_uncaught_exception

2011-06-19 Thread Carl Meyer
In case anyone's interested in this but isn't following the ticket, I've attached an updated patch there using a variant of Vinay's suggestion, and with some shim code to address backwards-compatibility concerns. Reviews welcome. Ticket is at https://code.djangoproject.com/ticket/16288 Carl --

Re: Template Engine Compilation and Runtime Refactoring Progress

2011-06-19 Thread Anatoly Vostryakov
Hi! > The compiler is able to handle this case, but the syntax of the Django > templating language does not.  I will not change any features in the > Django template engine during this proposal and actually reused most > of the parser toolchain until fall.  If someone wants to step up and > contin

[GSoC composite fields] Another weekly check-in

2011-06-19 Thread Michal Petrucha
Another weekly update. First off, I'd like to apologize for not posting one last week; I've been completely buried under exams and other school-related stuff during the past three weeks... Things have settled now at last so I'm back at my SoC and cathing up. My repo [1] now contains support for i

Re: Template Engine Compilation and Runtime Refactoring Progress

2011-06-19 Thread Aymeric Augustin
On 19 juin 2011, at 12:39, Anatoly Vostryakov wrote: > Ok. Thanks for answer. I'll think to add support of parameters to > functions in django template engine after GSOC. From my point of view > it is > backward compatible feature. All old django templates will continue to > work. Hi Anatoly, Be