mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
Backport of 5587485d49 from master
			
			
This commit is contained in:
		| @@ -2546,7 +2546,7 @@ SQL equivalent:: | |||||||
| ``in`` | ``in`` | ||||||
| ~~~~~~ | ~~~~~~ | ||||||
|  |  | ||||||
| In a given list. | In a given iterable; often a list, tuple, or queryset. | ||||||
|  |  | ||||||
| Example:: | Example:: | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user