mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
parent
4daf570b98
commit
c6e6d4eeb7
26 changed files with 142 additions and 2 deletions
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue