]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed recursion bug which could occur when moving
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Sep 2010 06:09:38 +0000 (02:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Sep 2010 06:09:38 +0000 (02:09 -0400)
commitf5d2bb60a886ba0aa35a04eb6c096b7982643ca2
treecf4cbf51686d0006baa26fc7a8add6c72517790b
parent18f6a06a51943198a9a375c781c2dbc1511d24a5
- Fixed recursion bug which could occur when moving
an object from one reference to another, with
backrefs involved, where the initiating parent
was a subclass (with its own mapper) of the
previous parent.
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/dynamic.py
test/orm/test_attributes.py