mirror of https://github.com/django/django.git
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 a given list.
|
||||
In a given iterable; often a list, tuple, or queryset.
|
||||
|
||||
Example::
|
||||
|
||||
|
|
Loading…
Reference in New Issue