summaryrefslogtreecommitdiff
path: root/tests/composite_pk/test_filter.py
AgeCommit message (Expand)Author
2026-04-02Fixed #20024 -- Fixed handling of __in lookups with None in exclude().Eddy Adegnandjou
2026-04-02Refs #20024 -- Tested __in lookups with None against composite pk fields.Eddy Adegnandjou
2025-09-19Fixed #36584, Refs #36149 -- Allowed subquery values against tuple in lookup ...사재혁
2025-08-07Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...Jacob Walls
2025-08-07Refs #36210 -- Added missing limits in Subquery tests.Jacob Walls
2025-07-28Fixed #36522 -- Added support for filtering composite pks using a tuple of ex...Simon Charette
2025-06-30Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support.Simon Charette
2025-05-16Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...Jacob Walls
2025-04-03Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.Simon Charette
2025-02-13Fixed #36181 -- Allowed Subquery usage in __in lookups against composite pks.Simon Charette
2025-02-11Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.Simon Charette
2025-01-22Fixed #36117 -- Raised ValueError when providing composite expressions to cas...Simon Charette
2025-01-22Refs #36042 -- Consolidated composite expression checks in BaseExpression.Simon Charette
2025-01-10Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.Bendeguz Csirmaz
2025-01-08Refs #36065 -- Extracted composite primary key order by tests.Simon Charette
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2025-01-07Fixed #36042 -- Raised ValueError when using CompositePrimaryKey as rhs.Jacob Walls
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz