mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Increased test coverage of django/views/generic/dates.py.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							916aecd29d
						
					
				
				
					commit
					c1c68d1ac0
				
			| @@ -295,6 +295,10 @@ class BookSigningTodayArchive(BookSigningConfig, generic.TodayArchiveView): | ||||
|     pass | ||||
|  | ||||
|  | ||||
| class BookArchiveWithoutDateField(generic.ArchiveIndexView): | ||||
|     queryset = Book.objects.all() | ||||
|  | ||||
|  | ||||
| class BookSigningDetail(BookSigningConfig, generic.DateDetailView): | ||||
|     context_object_name = 'book' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user