hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
291 stars 24 forks source link

django: 最佳实践(2) - database 事务 #7

Open hhstore opened 6 years ago

hhstore commented 6 years ago

django ORM 事务机制

对HTTP 请求作事务

开启 HTTP 事务时, 自主禁用事务

image
hhstore commented 6 years ago

db 事务装饰器:

image image
hhstore commented 6 years ago

关于 auto commit 的说明:

hhstore commented 6 years ago

信号钩子:

image