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