Re: TEMPLATE_DIRS in django.contrib.auth.tests.views

2011-10-10 Thread Russell Keith-Magee
On Tue, Oct 11, 2011 at 5:32 AM, Justin Holmes wrote: > contrib.auth.tests.views line 28 overrides settings.TEMPLATE_DIRS > causing tests to fail for signal hooks that use templates in locations > specified in settings.TEMPLATE_DIRS. > > Is this a bug?  I can't immediately see the reason for overr

TEMPLATE_DIRS in django.contrib.auth.tests.views

2011-10-10 Thread Justin Holmes
contrib.auth.tests.views line 28 overrides settings.TEMPLATE_DIRS causing tests to fail for signal hooks that use templates in locations specified in settings.TEMPLATE_DIRS. Is this a bug? I can't immediately see the reason for overriding here. I understand that the test runner needs its own tem