mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
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 |
||
|---|---|---|
| .. | ||
| models | ||
| __init__.py | ||
| test_agnostic_order_trimjoin.py | ||
| test_empty_join.py | ||
| test_forms.py | ||
| test_tuple_lookups.py | ||
| tests.py | ||