diff options
| author | Tim Graham <timograham@gmail.com> | 2026-01-26 20:40:11 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-27 20:18:50 -0500 |
| commit | 5d5f95da40afbaede9f483de891c14f5da0e8218 (patch) | |
| tree | 8f975e9604e7ca6e73a4d24133f20d4ae1820562 /tests/model_fields | |
| parent | b30e09a94270fdaa4bf282bf442b758c9a6d0bb0 (diff) | |
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."
Diffstat (limited to 'tests/model_fields')
0 files changed, 0 insertions, 0 deletions
