| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-05 | Fixed #37139 -- Fixed inlines crash on parent models with db_default on ↵ | Mariusz Felisiak | |
| primary key. | |||
| 2025-05-12 | Fixed #36373 -- Fixed select_related() crash on foreign object for a ↵ | Simon Charette | |
| composite pk. Thanks Jacob Walls for the report and Sarah for the in-depth review. | |||
| 2025-02-11 | Fixed #36149 -- Allowed subquery values against tuple exact and in lookups. | Simon Charette | |
| Non-tuple exact and in lookups have specialized logic for subqueries that can be adapted to properly assign select mask if unspecified and ensure the number of involved members are matching on both side of the operator. | |||
| 2025-01-13 | Refs #36075 -- Used field in pk_fields over field.primary_key. | Sarah Boyce | |
| 2025-01-10 | Fixed #36064 -- Skipped an UPDATE when adding a model instance with a ↵ | Bendeguz Csirmaz | |
| composite primary key with default values. | |||
| 2025-01-08 | Fixed #36062 -- Handled serialization of CompositePrimaryKeys. | Sarah Boyce | |
| 2024-11-29 | Fixed #373 -- Added CompositePrimaryKey. | Bendeguz Csirmaz | |
| Thanks Lily Foote and Simon Charette for reviews and mentoring this Google Summer of Code 2024 project. Co-authored-by: Simon Charette <charette.s@gmail.com> Co-authored-by: Lily Foote <code@lilyf.org> | |||
