Changes between Version 3 and Version 4 of Ticket #36264, comment 2
- Timestamp:
- Mar 19, 2025, 5:38:10 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36264, comment 2
v3 v4 11 11 `BazItem` referencing to `Baz`(`Foo` table), and deleting `bar` instance with `keep_parents=True` should delete only `Bar` table row, but delete `BazItem` too 12 12 13 If the `Baz` model also uses table inheritance, deleting `bar` with `keep_parents=True` will not affect the `BazItem` table. Regardless of where the `BazItem` will refer to, Foo or Baz13 If the `Baz` model also uses table inheritance, deleting `bar` with `keep_parents=True` will not affect the `BazItem` table. Regardless of where the `BazItem` will refer to, `Foo` or `Baz`