]> 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:06:13 +0000 (18:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 18:06:13 +0000 (18:06 +0000)
commitb56ed8ccb84fb4e173930696ed052acdff5cc3ad
tree2fa476aca78bf83355d3b3bbd50ff7179d87330e
parentdda6a5f5a88a04d34b973cfb7c0f6d89d4b0e44f
 - 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