Changes between Initial Version and Version 1 of Ticket #9519, comment 38
- Timestamp:
- Jun 4, 2023, 10:53:03 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9519, comment 38
initial v1 3 3 All the proposed method `bulk_delete` method does is copy over `delete` implementation and allow the deletion collector to ignore signals when determining if the ''fast'' path can be taken so I don't think it warrants a dedicated method and it feels like the usage of the `bulk_` prefix is slightly misleading. 4 4 5 Given support for database level `on_delete` is likely to land sooner than later how relevant would be a `delete(ignore_signals)` flag given the Pandora box interms of supporting ignoring signals in all other interfaces the ORM supports (`Model.save`, `Model.delete`, etc).5 Given support for database level `on_delete` is likely to land sooner than later how relevant would a new `delete(ignore_signals)` flag given the Pandora box in opens terms of supporting ignoring signals in all other interfaces the ORM supports (`Model.save`, `Model.delete`, etc).