]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby user error in related-object
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 00:37:40 +0000 (20:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 00:37:40 +0000 (20:37 -0400)
commitdaf286fc33e4008499f5aea14dc44630c3709c11
treea2bf9820ee138247c6cde76f3b59f3d6d50707cf
parent964b2bcccfbc55103b126d04fd609c858ad211bd
- [bug] Fixed bug whereby user error in related-object
assignment could cause recursion overflow if the
assignment triggered a backref of the same name
as a bi-directional attribute on the incorrect
class to the same target.  An informative
error is raised now.
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/test_attributes.py