]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "delete-orphan" no longer implies "delete". ongoing effort to
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 May 2007 23:32:11 +0000 (23:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 May 2007 23:32:11 +0000 (23:32 +0000)
commit591b1d975b4d9469b56a9621c0863b2edd2a5b32
treec054323321e0690c7512db3627b72281fb4bc453
parent752ef2802c57d32fe832b76b9503f42f0300da05
- "delete-orphan" no longer implies "delete". ongoing effort to
separate the behavior of these two operations.
CHANGES
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/util.py
test/orm/relationships.py