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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user