Changes between Initial Version and Version 1 of Ticket #9519, comment 38


Ignore:
Timestamp:
Jun 4, 2023, 10:53:03 PM (12 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9519, comment 38

    initial v1  
    33All 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.
    44
    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 in terms of supporting ignoring signals in all other interfaces the ORM supports (`Model.save`, `Model.delete`, etc).
     5Given 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).
Back to Top