Posts tagged with "atomic"

There are a total of 1 posts.

transaction.on_commit() 完全理解指南

Published 四月 20, 2025 by whitedec

深入理解和使用Django的transaction.on_commit()方法。提供在事务提交后的回调处理的实际示例及注意事项的指南。

#django , #transaction , #on_commit , #atomic