index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2025-11-04
[6.0.x] Fixed #36704 -- Fixed system check error for proxy model with a compo...
Hal Blackburn
2025-10-15
[6.0.x] Refs #36648 -- Removed hardcoded pk in CompositePKAggregateTests.
Jacob Walls
2025-10-14
[6.0.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/l...
Jacob Walls
2025-09-22
[6.0.x] Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-09-04
Fixed #36481 -- Fixed QuerySet.update concrete fields check.
Ryan P Kilby
2025-08-29
Fixed #36431 -- Returned tuples for multi-column ForeignObject in values()/va...
SaJH
2025-08-21
Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....
Jacob Walls
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-06-03
Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.
Jacob Walls
2025-05-16
Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...
Jacob Walls
2025-05-12
Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...
Simon Charette
2025-04-17
Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().
SaJH
2025-04-11
Fixed #36288 -- Addressed improper handling of duplicates in values_list().
Simon Charette
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-28
Fixed #36122 -- Raised FieldError when updating with composite reference value.
Simon Charette
2025-01-28
Fixed #36120 -- Raised FieldError when targeting a composite primary key fiel...
Jacob Walls
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-15
Fixed #36100 -- Checked if composite pk is set in get_next/get_previous.
Jacob Walls
2025-01-14
Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.
Simon Charette
2025-01-13
Fixed #36092 -- Disallowed non-local fields in composite primary keys.
Bendeguz Csirmaz
2025-01-13
Refs #36075 -- Used field in pk_fields over field.primary_key.
Sarah Boyce
2025-01-10
Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.
Bendeguz Csirmaz
2025-01-10
Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composi...
Bendeguz Csirmaz
2025-01-10
Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk...
Jacob Walls
2025-01-09
Fixed #36074 -- Excluded composite primary key fields on save() updates.
Simon Charette
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
2025-01-08
Fixed #36065 -- Fixed ordering by expression referencing composite primary key.
Simon Charette
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
2025-01-06
Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sa...
Jacob Walls
2025-01-02
Refs #373 -- Errored when providing db_column to CompositePrimaryKey.
Jacob Walls
2024-12-26
Refs #373 -- Fixed false failure of test_error_on_comment_pk_conflict.
Tim Graham
2024-12-05
Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed.
Sarah Boyce
2024-12-02
Refs #373 -- Simplified DatabaseIntrospection.get_constraints() tests for com...
Mariusz Felisiak
2024-12-02
Refs #373 -- Fixed CompositePKChecksTests.test_composite_pk_cannot_include_ge...
Mariusz Felisiak
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz