mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +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 a given list.
|
||||
In a given iterable; often a list, tuple, or queryset.
|
||||
|
||||
Example::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user