[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
Backport of 5587485d49
from master
This commit is contained in:
parent
a44fb4aa02
commit
bcaef2c91d
|
@ -2546,7 +2546,7 @@ SQL equivalent::
|
||||||
``in``
|
``in``
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
In a given list.
|
In a given iterable; often a list, tuple, or queryset.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue