summaryrefslogtreecommitdiff
path: root/tests/composite_pk/models
AgeCommit message (Expand)Author
2026-06-05Fixed #37139 -- Fixed inlines crash on parent models with db_default on prima...Mariusz Felisiak
2025-05-12Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...Simon Charette
2025-02-11Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.Simon Charette
2025-01-13Refs #36075 -- Used field in pk_fields over field.primary_key.Sarah Boyce
2025-01-10Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composi...Bendeguz Csirmaz
2025-01-08Fixed #36062 -- Handled serialization of CompositePrimaryKeys.Sarah Boyce
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz