From: Mike Bayer Date: Fri, 5 Jul 2013 00:03:18 +0000 (-0400) Subject: 0.9 changelog X-Git-Tag: rel_0_9_0b1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29ce6db26dea9d59df9769be51e84fe5a646c555;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9 changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index c2abc2504d..959929ec1c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.9.0 + .. change:: + :tags: bug, orm + :tickets: 2773 + + Fixed bug whereby attribute history functions would fail + when an object we moved from "persistent" to "pending" + using the :func:`.make_transient` function, for operations + involving collection-based backrefs. Also in 0.8.3. + .. change:: :tags: bug, engine, pool :tickets: 2772