Make signals.pre_save work with queryset.update()

I guess I might need to emit the signals myself right before the queryset.update() is called in my admin action .