]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where delete-orphan basically didn't work with many-to-many relationships...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jan 2007 03:18:46 +0000 (03:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jan 2007 03:18:46 +0000 (03:18 +0000)
commitddecef10715d9cdd05c568f81ade052c12330488
tree7b3e7c20d027c236650ec2230fed62158e90cff0
parent49f707b79c390ab86ff8b09b58c8f4fac8684605
- fixed bug where delete-orphan basically didn't work with many-to-many relationships [ticket:427],
backref presence generally hid the symptom
CHANGES
lib/sqlalchemy/orm/dependency.py
test/orm/cascade.py