From 5d8da093a974f41e08573bbe0d32d5ffeaadd0ad Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 30 Dec 2016 20:09:26 -0500 Subject: Refs #15053 -- Removed support for non-recursive template loading. Per deprecation timeline. --- tests/template_tests/syntax_tests/test_include.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/template_tests/syntax_tests/test_include.py') diff --git a/tests/template_tests/syntax_tests/test_include.py b/tests/template_tests/syntax_tests/test_include.py index ca7ee6f5b0..1ef76c7011 100644 --- a/tests/template_tests/syntax_tests/test_include.py +++ b/tests/template_tests/syntax_tests/test_include.py @@ -248,9 +248,6 @@ class IncludeTests(SimpleTestCase): self.assertEqual(e.exception.args[0], 'missing.html') def test_extends_include_missing_cachedloader(self): - """ - Test the cache loader separately since it overrides load_template. - """ engine = Engine(debug=True, loaders=[ ('django.template.loaders.cached.Loader', [ 'django.template.loaders.app_directories.Loader', -- cgit v1.3