Re: TemplateResponse and loader should handle request

2011-11-09 Thread Florian Apolloner
The template loader shouldn't care about the request; that would be to tightly coupled. The only thing I could think of would be to add **kwargs support to the loader functions so one could indeed pass arbitrary data done the road… This way one could write a TemplateLoader acting on request if

Re: Python 3 and you

2011-11-09 Thread Kiril Vladimirov
@Jannis Leidel, is there some plan, tasks or something for new contributors and how could I(python developer and django user) help? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.

Re: TemplateResponse and loader should handle request

2011-11-09 Thread Doug Ballance
I very much like the idea of an optional keyword argument and fallback. The template loader is one of the few places I've been forced to use threadlocals to get get the job done. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to t

Re: Request for review / Multiple time zone support for datetime representation

2011-11-09 Thread Aymeric Augustin
Hi Luke, Thanks for the review! I've updated the branch with your suggestions. Here are a few comments -- when I have something to say other than "fixed, thanks". 2011/11/8 Luke Plant : > == django/contrib/admin/util.py == > >>    elif isinstance(field, models.DateField): >>        return format