]> 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:41:17 +0000 (20:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 00:41:17 +0000 (20:41 -0400)
commit0b338e5cac5ca469348ab989f26ee75db5228060
treea572dfddffadcf740a163fba43ef1a0f51948314
parent22673a80a6dd78323b005e76578c85af8674dbb0
- [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