Ticket #8523: 8523.prepend_test_templates_to_settings_templates2.diff
File 8523.prepend_test_templates_to_settings_templates2.diff, 467 bytes (added by , 16 years ago) |
---|
-
django/contrib/auth/tests/views.py
101 101 os.path.dirname(__file__), 102 102 'templates' 103 103 ) 104 ,) 104 ,) + tuple(settings.TEMPLATE_DIRS) 105 105 106 106 def tearDown(self): 107 107 settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS