Added cache to available_apps in cache tests

This commit is contained in:
Anssi Kääriäinen 2013-06-14 17:00:47 +03:00
parent ffa8a9ab24
commit 855d1305c5
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ def custom_key_func(key, key_prefix, version):
class DBCacheTests(BaseCacheTests, TransactionTestCase):
available_apps = []
available_apps = ['cache']
backend_name = 'django.core.cache.backends.db.DatabaseCache'
def setUp(self):