djangochannelsrestframework icon indicating copy to clipboard operation
djangochannelsrestframework copied to clipboard

[Feature] Add support to more optimally manually send bulk create events over the existing infra

Open ternyavsky opened this issue 1 year ago • 3 comments

I'm using a djangochannelsrestframework and I'm trying to make an observer on a model whose data is created using bulk_create. My Observer doesn't fire on BulkCreate, but when I create only one object, everything works fine. Is it possible to make an observer using bulk_create??

ternyavsky avatar Sep 05 '23 13:09 ternyavsky