mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Modified validation to work with unittest2 discovery.
This commit is contained in:
		
				
					committed by
					
						 Carl Meyer
						Carl Meyer
					
				
			
			
				
	
			
			
			
						parent
						
							612ef3e5c9
						
					
				
				
					commit
					e8446be560
				
			| @@ -12,7 +12,7 @@ from .models import (Author, Article, ModelToValidate, | ||||
| from .test_custom_messages import CustomMessagesTest | ||||
| from .test_error_messages import ValidationMessagesTest | ||||
| from .test_unique import GetUniqueCheckTests, PerformUniqueChecksTest | ||||
| from .validators import TestModelsWithValidators | ||||
| from .test_validators import TestModelsWithValidators | ||||
|  | ||||
|  | ||||
| class BaseModelValidationTests(ValidationTestCase): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user