Fixed #28765 -- Clarified docs about what types the __in lookup accepts.

This commit is contained in:
Tim Graham 2017-11-06 13:12:14 -05:00 committed by GitHub
parent 278d66b94b
commit 5587485d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ SQL equivalent::
``in``
~~~~~~
In a given list.
In a given iterable; often a list, tuple, or queryset.
Example::