﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28765	Clarify the documentation about what types the __in lookup accepts	Дилян Палаузов	nobody	"Clarify, that [two underscores]in accepts any iterable (e.g. dict.keys())
{{{
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2520,7 +2520,7 @@ SQL equivalent::
 ``in``
 ~~~~~~
 
-In a given list.
+In a given iterable.
 
 Example::
 
}}}"	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed			Accepted	1	0	0	0	0	0
