From: Mike Bayer Date: Thu, 26 Apr 2012 15:59:50 +0000 (-0400) Subject: backport of relationshipproperty comparison bug fix X-Git-Tag: rel_0_8_0b1~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fad1df6c687f0b71606921dd9bc9faa0e137aea2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git backport of relationshipproperty comparison bug fix --- diff --git a/CHANGES b/CHANGES index 67737cc3fb..5be84a0b02 100644 --- a/CHANGES +++ b/CHANGES @@ -75,7 +75,7 @@ CHANGES whereby calling unimplemented methods like SomeClass.somerelationship.like() would produce a recursion overflow, instead - of NotImplementedError. + of NotImplementedError. Also in 0.7.7. - [bug] The "passive" flag on Session.is_modified() no longer has any effect. is_modified() in