mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed syntax error in queries/tests.py
This commit is contained in:
		
							parent
							
								
									bec0b2a8c6
								
							
						
					
					
						commit
						2a03a9a9a1
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -3167,6 +3167,3 @@ class ValuesJoinPromotionTests(TestCase):
 | 
				
			||||||
    def test_non_nullable_fk_not_promoted(self):
 | 
					    def test_non_nullable_fk_not_promoted(self):
 | 
				
			||||||
        qs = ObjectB.objects.values('objecta__name')
 | 
					        qs = ObjectB.objects.values('objecta__name')
 | 
				
			||||||
        self.assertTrue(' INNER JOIN ' in str(qs.query))
 | 
					        self.assertTrue(' INNER JOIN ' in str(qs.query))
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
class ExcludeJoinTest(TestCase):
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue