How to make obj.save() without reversing object values in the db in django

后端 未结 0 1703
傲寒
傲寒 2021-01-05 18:47

I have recursive function and obj.save() is inside it. how to prevent the query from db at every iteration? is django transaction.atomic do that.

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