mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #26196 -- Made sure __in lookups use to_field as default.
Thanks Simon Charette for the test.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							04e13c8913
						
					
				
				
					commit
					46ecfb9b3a
				
			| @@ -21,3 +21,6 @@ Bugfixes | ||||
| * Fixed a regression for cases where | ||||
|   ``ForeignObject.get_extra_descriptor_filter()`` returned a ``Q`` object | ||||
|   (:ticket:`26153`). | ||||
|  | ||||
| * Fixed regression with an ``__in=qs`` lookup for a ``ForeignKey`` with | ||||
|   ``to_field`` set (:ticket:`26196`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user