django/tests/foreign_object
Simon Charette 8ebdd37a0b [5.2.x] Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.
Just like the In() lookup discards of None members TupleIn() should
discard tuples containing any None as NULL != NULL in SQL and the
framework expects such queries to be elided under some circumstances.

Refs #31667, #36116.

Thanks Basptise Mispelon for bisecting the regression to 626d77e.

Backport of f7f38f3a0b from main
2025-04-03 22:20:50 +02:00
..
models [5.2.x] Fixed #36290 -- Made TupleIn() lookup discard tuples containing None. 2025-04-03 22:20:50 +02:00
__init__.py
test_agnostic_order_trimjoin.py Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2022-10-08 08:07:38 +02:00
test_empty_join.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_tuple_lookups.py [5.2.x] Fixed #36149 -- Allowed subquery values against tuple exact and in lookups. 2025-02-11 09:16:44 +01:00
tests.py [5.2.x] Fixed #36290 -- Made TupleIn() lookup discard tuples containing None. 2025-04-03 22:20:50 +02:00