mirror of
https://github.com/django/django.git
synced 2025-06-06 20:19:13 +00:00
Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
This commit is contained in:
parent
278d66b94b
commit
5587485d49
@ -2508,7 +2508,7 @@ SQL equivalent::
|
|||||||
``in``
|
``in``
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
In a given list.
|
In a given iterable; often a list, tuple, or queryset.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user