Changes between Initial Version and Version 1 of Ticket #36264, comment 2


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36264, comment 2

    initial v1  
    1010
    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
     12If the `Baz` model also uses table inheritance, deleting `bar` with `keep_parents=True` will not affect the `BazItem` table.
Back to Top