[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.

Backport of 5587485d49 from master
This commit is contained in:
Tim Graham 2017-11-06 13:12:14 -05:00
parent a44fb4aa02
commit bcaef2c91d
1 changed files with 1 additions and 1 deletions

View File

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