Changes between Version 3 and Version 4 of Ticket #36264, comment 2


Ignore:
Timestamp:
Mar 19, 2025, 5:38:10 AM (6 months ago)
Author:
Vladimir

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36264, comment 2

    v3 v4  
    1111`BazItem` referencing to `Baz`(`Foo` table), and deleting `bar` instance with `keep_parents=True` should delete only `Bar` table row, but delete `BazItem` too
    1212
    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 Baz
     13If 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`
Back to Top