diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-04 08:09:29 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-10 11:30:01 +0200 |
| commit | c6e6d4eeb776c473567362405cdbc6a0328eb194 (patch) | |
| tree | c55be28ca7d228717c286d6b14cd27fda89a1d9a /tests/cache | |
| parent | 4daf570b98cc840e1a154f3876bc7463924cb9ae (diff) | |
Defined available_apps in relevant tests.
Fixed #20483.
Diffstat (limited to 'tests/cache')
| -rw-r--r-- | tests/cache/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py index da80c48058..75b7851400 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -827,6 +827,8 @@ def custom_key_func(key, key_prefix, version): class DBCacheTests(BaseCacheTests, TransactionTestCase): + + available_apps = [] backend_name = 'django.core.cache.backends.db.DatabaseCache' def setUp(self): |
