mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[1.7.x] Fixed #22979 -- Moved bug* tests
Backport of 11181a64f from master.
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							30ccb36cb9
						
					
				
				
					commit
					df0d5ea7bc
				
			
							
								
								
									
										5
									
								
								tests/admin_autodiscover/models.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/admin_autodiscover/models.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| from django.db import models | ||||
|  | ||||
|  | ||||
| class Story(models.Model): | ||||
|     title = models.CharField(max_length=10) | ||||
		Reference in New Issue
	
	Block a user