Changes between Initial Version and Version 1 of Ticket #36264, comment 2
- Timestamp:
- Mar 19, 2025, 5:27:55 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36264, comment 2
initial v1 10 10 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 If the `Baz` model also uses table inheritance, deleting `bar` with `keep_parents=True` will not affect the `BazItem` table.