mirror of https://github.com/django/django.git
Added cache to available_apps in cache tests
This commit is contained in:
parent
ffa8a9ab24
commit
855d1305c5
|
@ -828,7 +828,7 @@ def custom_key_func(key, key_prefix, version):
|
||||||
|
|
||||||
class DBCacheTests(BaseCacheTests, TransactionTestCase):
|
class DBCacheTests(BaseCacheTests, TransactionTestCase):
|
||||||
|
|
||||||
available_apps = []
|
available_apps = ['cache']
|
||||||
backend_name = 'django.core.cache.backends.db.DatabaseCache'
|
backend_name = 'django.core.cache.backends.db.DatabaseCache'
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
Loading…
Reference in New Issue