]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] The warning emitted when using
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:58:14 +0000 (11:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:58:14 +0000 (11:58 -0400)
commit2086728eb5c9d25d7e604fc0fc468d5ce5464122
tree9cf49bbbb90684e7311c103dd71bd552a798adfe
parentf5c98d5470ba2d7ed42ed6c1298d760eb5765710
- [bug] The warning emitted when using
delete-orphan cascade with one-to-many
or many-to-many without single-parent=True
is now an error.  The ORM
would fail to function subsequent to this
warning in any case.  [ticket:2405]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/test_cascade.py