Files
django/tests/queries
Tim Graham 5d5f95da40 Refs #35744 -- Removed problematic __in lookup in test_intersection_in_nested_subquery.
It's problematic on MongoDB. Simon: "It seems odd that we'd use
__in=OuterRef("pk") over __in=[OuterRef("pk")]. It's a SQLism that
only works because right-hand-side is wrapped with (...) and that's
interpreted as a singleton tuple which is allowed with IN."
2026-01-27 20:18:50 -05:00
..
2024-01-26 12:45:07 +01:00