]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Session.delete() adds the given object to the session if
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Aug 2008 21:31:00 +0000 (21:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Aug 2008 21:31:00 +0000 (21:31 +0000)
commit34ecc552614143fb8f90ccc74b78fe8e3bdd7fb5
tree590789944848b8b8f8653144aef8407e2e72bf6c
parentae573e047a696c3c80d11e56466c9f55b72e0461
- Session.delete() adds the given object to the session if
not already present.  This was a regression bug from 0.4
[ticket:1150]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/session.py