From 806f5a4183681582f1baabe02e7c5b4473c294ff Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 4 Jul 2013 20:01:55 -0400 Subject: 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. [ticket:2773] --- doc/build/changelog/changelog_08.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 04c7f1f31..bb37d28d3 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,15 @@ .. changelog:: :version: 0.8.3 + .. 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. + .. change:: :tags: bug, engine, pool :tickets: 2772 -- cgit v1.2.1