Re: Incorrect error message in template.loader.filesystem.py

2006-08-26 Thread Martin
Hi Adrian, I was not really using get_template_sources directly but it was used in some of the code I was debugging (o; Thanks for the fix, Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developer

Re: Incorrect error message in template.loader.filesystem.py

2006-08-12 Thread Adrian Holovaty
On 7/30/06, Martin <[EMAIL PROTECTED]> wrote: > if you pass `None` as `template_dirs` to the `load_template_source` > function, settings.TEMPLATE_DIRS will be used as default (this is done > in `get_template_sources`). > > If now, for whatever reason, no template file coud be found, a the > follow