summaryrefslogtreecommitdiff
path: root/tests/composite_pk
AgeCommit message (Expand)Author
2025-11-04[5.2.x] Fixed #36704 -- Fixed system check error for proxy model with a compo...Hal Blackburn
2025-10-15[5.2.x] Refs #36648 -- Removed hardcoded pk in CompositePKAggregateTests.Jacob Walls
2025-10-14[5.2.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/l...Jacob Walls
2025-08-29[5.2.x] Fixed #36431 -- Returned tuples for multi-column ForeignObject in val...SaJH
2025-07-28[5.2.x] Fixed #36522 -- Added support for filtering composite pks using a tup...Simon Charette
2025-07-16[5.2.x] Added SimpleTestCase.enterContext() on Python < 3.11.Natalia
2025-07-02Fixed AttributeError for enterContext() on Python < 3.11.Natalia
2025-06-30[5.2.x] Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native ...Simon Charette
2025-06-03[5.2.x] Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in ...Jacob Walls
2025-05-16[5.2.x] Fixed #36392 -- Raised ValueError when subquery referencing composite...Jacob Walls
2025-05-12[5.2.x] Fixed #36373 -- Fixed select_related() crash on foreign object for a ...Simon Charette
2025-04-11[5.2.x] Fixed #36288 -- Addressed improper handling of duplicates in values_l...Simon Charette
2025-04-03[5.2.x] Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.Simon Charette
2025-02-13[5.2.x] Fixed #36181 -- Allowed Subquery usage in __in lookups against compos...Simon Charette
2025-02-11[5.2.x] Fixed #36149 -- Allowed subquery values against tuple exact and in lo...Simon Charette
2025-01-28[5.2.x] Fixed #36122 -- Raised FieldError when updating with composite refere...Simon Charette
2025-01-28[5.2.x] Fixed #36120 -- Raised FieldError when targeting a composite primary ...Jacob Walls
2025-01-22[5.2.x] Fixed #36117 -- Raised ValueError when providing composite expression...Simon Charette
2025-01-22[5.2.x] Refs #36042 -- Consolidated composite expression checks in BaseExpres...Simon Charette
2025-01-15Fixed #36100 -- Checked if composite pk is set in get_next/get_previous.Jacob Walls
2025-01-14Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.Simon Charette
2025-01-13Fixed #36092 -- Disallowed non-local fields in composite primary keys.Bendeguz Csirmaz
2025-01-13Refs #36075 -- Used field in pk_fields over field.primary_key.Sarah Boyce
2025-01-10Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.Bendeguz Csirmaz
2025-01-10Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composi...Bendeguz Csirmaz
2025-01-10Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk...Jacob Walls
2025-01-09Fixed #36074 -- Excluded composite primary key fields on save() updates.Simon Charette
2025-01-08Fixed #36062 -- Handled serialization of CompositePrimaryKeys.Sarah Boyce
2025-01-08Fixed #36065 -- Fixed ordering by expression referencing composite primary key.Simon Charette
2025-01-08Refs #36065 -- Extracted composite primary key order by tests.Simon Charette
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2025-01-07Fixed #36042 -- Raised ValueError when using CompositePrimaryKey as rhs.Jacob Walls
2025-01-06Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sa...Jacob Walls
2025-01-02Refs #373 -- Errored when providing db_column to CompositePrimaryKey.Jacob Walls
2024-12-26Refs #373 -- Fixed false failure of test_error_on_comment_pk_conflict.Tim Graham
2024-12-05Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed.Sarah Boyce
2024-12-02Refs #373 -- Simplified DatabaseIntrospection.get_constraints() tests for com...Mariusz Felisiak
2024-12-02Refs #373 -- Fixed CompositePKChecksTests.test_composite_pk_cannot_include_ge...Mariusz Felisiak
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz