summaryrefslogtreecommitdiff
path: root/tests/composite_pk/test_update.py
AgeCommit message (Expand)Author
2025-09-22Fixed #35453 -- Made ManyToManyField.concrete False.Ryan P Kilby
2025-09-04Fixed #36481 -- Fixed QuerySet.update concrete fields check.Ryan P Kilby
2025-01-28Fixed #36122 -- Raised FieldError when updating with composite reference value.Simon Charette
2025-01-28Fixed #36120 -- Raised FieldError when targeting a composite primary key fiel...Jacob Walls
2025-01-14Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.Simon Charette
2025-01-13Refs #36075 -- Used field in pk_fields over field.primary_key.Sarah Boyce
2025-01-09Fixed #36074 -- Excluded composite primary key fields on save() updates.Simon Charette
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz