mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #25388 -- Used in-memory database in test_disable_migrations.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							a52a531a8b
						
					
				
				
					commit
					14e6823d09
				
			| @@ -208,7 +208,7 @@ class LoaderTests(TestCase): | ||||
|     def test_disable_migrations(self): | ||||
|         connections = ConnectionHandler({ | ||||
|             'default': { | ||||
|                 'NAME': 'dummy', | ||||
|                 'NAME': ':memory:', | ||||
|                 'ENGINE': 'django.db.backends.sqlite3', | ||||
|                 'TEST': { | ||||
|                     'MIGRATE': False, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user