1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Looked up the template_fragments cache at runtime.

This commit is contained in:
Aymeric Augustin
2013-11-23 14:18:07 +01:00
parent 905a74f52b
commit 3380495e93
2 changed files with 10 additions and 11 deletions

View File

@@ -514,7 +514,7 @@ class TemplateRegressionTests(TestCase):
o2 = t2.render(ctx)
self.assertEqual(o1, 'foo')
self.assertNotEqual(o1, o2)
self.assertEqual(o2, 'bar')
def test_cache_missing_backend(self):
"""