getting total number of records saved in django bulk_create

后端 未结 0 853
庸人自扰
庸人自扰 2020-12-31 21:26

is there any way to get the number of total records inserted in Django model using bulk_create??

Entry.objects.bulk_create([
...     Entry(headli         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题