mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Removed gendered pronoun in a code comment.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							34bb6c0cb7
						
					
				
				
					commit
					c819780d3f
				
			| @@ -22,7 +22,7 @@ class Lookup(object): | |||||||
|         else: |         else: | ||||||
|             bilateral_transforms = [] |             bilateral_transforms = [] | ||||||
|         if bilateral_transforms: |         if bilateral_transforms: | ||||||
|             # We should warn the user as soon as possible if he is trying to apply |             # Warn the user as soon as possible if they are trying to apply | ||||||
|             # a bilateral transformation on a nested QuerySet: that won't work. |             # a bilateral transformation on a nested QuerySet: that won't work. | ||||||
|             # We need to import QuerySet here so as to avoid circular |             # We need to import QuerySet here so as to avoid circular | ||||||
|             from django.db.models.query import QuerySet |             from django.db.models.query import QuerySet | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user