mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.8.x] Moved contrib.contenttypes tests out of contrib.
Backport of 664c038f2c from master
			
			
This commit is contained in:
		| @@ -146,7 +146,7 @@ def setup(verbosity, test_labels): | ||||
|         # these 'tests.migrations' modules don't actually exist, but this lets | ||||
|         # us skip creating migrations for the test models. | ||||
|         'auth': 'django.contrib.auth.tests.migrations', | ||||
|         'contenttypes': 'django.contrib.contenttypes.tests.migrations', | ||||
|         'contenttypes': 'contenttypes_tests.migrations', | ||||
|     } | ||||
|  | ||||
|     if verbosity > 0: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user