2022年4月29日

django 事务踩坑

摘要: with transaction.atomic(): save_id = transaction.savepoint() #xx.字段A ormg更新操作 #提交事务 transaction.savepoint_commit(save_id) #从django中看到 xx.字段A的值已经改变,但是通 阅读全文

posted @ 2022-04-29 20:35 小胖子方法 阅读(138) 评论(0) 推荐(0) 编辑

导航