]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- backref remove object operation doesn't fail if the other-side
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 18:01:37 +0000 (18:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 18:01:37 +0000 (18:01 +0000)
commitbd941d126e19879319336f867f1a57ec40e30119
tree814ca1604be6204caeb80c87ddbf5e68090972de
parent6741cc58cf7d9dcdcc0eb7955c6f15cb57ed1340
- backref remove object operation doesn't fail if the other-side
collection doesn't contain the item, supports noload collections
[ticket:813]
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/unitofwork.py