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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36264, comment 2

    v2 v3  
    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 object 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