Simon Charette
7617d5be94
Refs #36065 -- Extracted composite primary key order by tests.
2025-01-08 10:20:48 +01:00
Jacob Walls
470e5545e5
Refs #36042 -- Raised ValueError when providing composite expressions to aggregates.
2025-01-07 11:42:06 +01:00
Jacob Walls
6eec703667
Fixed #36042 -- Raised ValueError when using CompositePrimaryKey as rhs.
2025-01-07 11:42:06 +01:00
Jacob Walls
46b3e7dd8c
Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sanity checks.
...
These checks are not backend-dependent.
2025-01-06 09:33:27 +01:00
Jacob Walls
2a61b5f97c
Refs #373 -- Errored when providing db_column to CompositePrimaryKey.
2025-01-02 13:03:49 +01:00
Tim Graham
733d3998e2
Refs #373 -- Fixed false failure of test_error_on_comment_pk_conflict.
...
The test failed with "NOT NULL constraint failed" rather than
"UNIQUE constraint failed: tenant_id, comment_id".
2024-12-26 23:29:04 -03:00
Sarah Boyce
28f81a1019
Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed.
2024-12-05 10:23:34 +01:00
Mariusz Felisiak
49761ac99a
Refs #373 -- Simplified DatabaseIntrospection.get_constraints() tests for composite primary keys.
2024-12-02 11:03:42 +01:00
Mariusz Felisiak
81cf690111
Refs #373 -- Fixed CompositePKChecksTests.test_composite_pk_cannot_include_generated_field() test crash on databases with no GeneratedField support.
2024-12-02 08:37:53 +01:00
Bendeguz Csirmaz
978aae4334
Fixed #373 -- Added CompositePrimaryKey.
...
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>
2024-11-29 11:23:04 +01:00