]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to cascades on polymorphic relations, such that cascades
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Dec 2007 17:29:08 +0000 (17:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Dec 2007 17:29:08 +0000 (17:29 +0000)
commitedbfbf81f7ffa4f38e086e51d8efbde7230e0f28
tree170676befd3b816361a4d31d86643c95c2619d82
parentc468a274442d8d8dbf0ec2cd1182143278033500
- fix to cascades on polymorphic relations, such that cascades
from an object to a polymorphic collection continue cascading
along the set of attributes specific to each element in the collection.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/basic.py