summaryrefslogtreecommitdiff
path: root/docs/topics/composite-primary-key.txt
AgeCommit message (Expand)Author
2026-04-20[6.0.x] Refs #373, #34122 -- Removed warning that ForeignObject is an interna...Mariusz Felisiak
2025-06-10Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.Jacob Walls
2025-06-10Fixed #36449 -- Fixed field types in example model using ForeignObject.Jacob Walls
2025-01-15Fixed #36070 -- Clarified model validation behavior for composite pks.Jacob Walls
2025-01-15Refs #36070 -- Referred to pk as an attribute when a composite primary key is...Jacob Walls
2025-01-14Fixed #36075 -- Documented how to introspect composite primary keys.Simon Charette
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz