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