mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Added cache to available_apps in cache tests
This commit is contained in:
		
							
								
								
									
										2
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user