]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- improve documentation for SessionTransaction re: parent
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2016 04:49:22 +0000 (00:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2016 04:50:22 +0000 (00:50 -0400)
commit74633d71b1f7e5d6de0552906e41f24271adc93b
tree4575dbffa769764d11694cf9f47a682642906dad
parent5f203fcd92e090f498b8183eda35667650835fe7
- improve documentation for SessionTransaction re: parent
and nested attributes and what these mean
- improve linking for after_transaction_create() / after_transaction_end()
events
- add public .parent attribute to detect top-level transaction within
these events

Change-Id: Ie7382bc8fe5de226160dcb6a5019e19fcc5af38e
(cherry picked from commit e9b2625753fba02358d9cb4ef1d9dd07b8761d21)
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py