django/tests/foreign_object/models
Simon Charette f7f38f3a0b 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.
2025-04-03 20:40:43 +02:00
..
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
article.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
customers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
empty_join.py Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL. 2023-04-18 12:41:14 +02:00
person.py Fixed #36290 -- Made TupleIn() lookup discard tuples containing None. 2025-04-03 20:40:43 +02:00