mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
		
			
				
	
	
		
			3 lines
		
	
	
		
			133 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			133 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Remove this module when pre/post_migrate are refactored to use something
 | |
| # other than a models module for their "sender" argument.
 |