]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rearranged delete() so that the object is attached before
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Sep 2008 17:16:11 +0000 (17:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Sep 2008 17:16:11 +0000 (17:16 +0000)
commitf3cca5255b6dfaa0771a443c0119f5463ce9d56f
treed516fbd8605cf6bd32beba765c6f07f93c345ad9
parent0fbb67b71a91a1c6f792812474f45a52333aa227
- rearranged delete() so that the object is attached before
cascades fire off [ticket:5058]
- after_attach() only fires if the object was not previously attached
lib/sqlalchemy/orm/session.py
test/orm/session.py