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
/
tests.py
Age
Commit message (
Expand
)
Author
2026-02-13
Fixed #36857 -- Added QuerySet.totally_ordered property.
VIZZARD-X
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2025-09-25
Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...
John Parton
2025-08-21
Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....
Jacob Walls
2025-06-03
Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.
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-02-11
Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.
Simon Charette
2025-01-13
Refs #36075 -- Used field in pk_fields over field.primary_key.
Sarah Boyce
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
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-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz