mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed some stray debug lines introduced accidentally in c8985a8.
				
					
				
			This commit is contained in:
		| @@ -35,9 +35,6 @@ def get_validation_errors(outfile, app=None): | |||||||
|     for (app_name, error) in get_app_errors().items(): |     for (app_name, error) in get_app_errors().items(): | ||||||
|         e.add(app_name, error) |         e.add(app_name, error) | ||||||
|  |  | ||||||
|     inc = set(models.get_models(app, include_swapped=True)) |  | ||||||
|     no_inc = set(models.get_models(app)) |  | ||||||
|  |  | ||||||
|     for cls in models.get_models(app, include_swapped=True): |     for cls in models.get_models(app, include_swapped=True): | ||||||
|         opts = cls._meta |         opts = cls._meta | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user