mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.7.x] Silenced initial_data fixtures warning in test suite.
This commit is contained in:
		| @@ -238,6 +238,11 @@ def django_tests(verbosity, interactive, failfast, test_labels): | ||||
|             "use '<app_label>/sql' instead.", | ||||
|             RemovedInDjango19Warning | ||||
|         ) | ||||
|         warnings.filterwarnings( | ||||
|             'ignore', | ||||
|             'initial_data fixtures are deprecated. Use data migrations instead.', | ||||
|             RemovedInDjango19Warning | ||||
|         ) | ||||
|         warnings.filterwarnings( | ||||
|             'ignore', | ||||
|             'IPAddressField has been deprecated. Use GenericIPAddressField instead.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user