| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-13 | Fixed #36857 -- Added QuerySet.totally_ordered property. | VIZZARD-X | |
| Thanks Simon Charette for the idea. | |||
| 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 ↵ | John Parton | |
| .values_list(). co-authored-by: Adam Johnson <me@adamj.eu> co-authored-by: Simon Charette <charette.s@gmail.com> | |||
| 2025-08-21 | Refs #36430, #36416, #34378 -- Simplified batch size calculation in ↵ | Jacob Walls | |
| QuerySet.in_bulk(). | |||
| 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 ↵ | Simon Charette | |
| composite pk. Thanks Jacob Walls for the report and Sarah for the in-depth review. | |||
| 2025-04-17 | Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw(). | SaJH | |
| Signed-off-by: SaJH <wogur981208@gmail.com> | |||
| 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-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 | |
| The test failed with "NOT NULL constraint failed" rather than "UNIQUE constraint failed: tenant_id, comment_id". | |||
| 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 ↵ | Mariusz Felisiak | |
| composite primary keys. | |||
| 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> | |||
