]> 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:49:22 +0000 (00:49 -0400)
commite9b2625753fba02358d9cb4ef1d9dd07b8761d21
treeae3071d2c415fb338c8df1f4b2bbc868e2b9e223
parent0cc8267286f848f3cc3ab46c1e543956866a561e
- 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
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py