From 66fa5b50a53ebe234f19e23b7dfa6ff310969996 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 10 Mar 2015 17:51:35 -0400 Subject: - Fixed bug where the session attachment error "object is already attached to session X" would fail to prevent the object from also being attached to the new session, in the case that execution continued after the error raise occurred. fixes #3301 --- doc/build/changelog/changelog_10.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index b54a43aae..474cec093 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -23,6 +23,15 @@ series as well. For changes that are specific to 1.0 with an emphasis on compatibility concerns, see :doc:`/changelog/migration_10`. + .. change:: + :tags: bug, orm + :tickets: 3301 + + Fixed bug where the session attachment error "object is already + attached to session X" would fail to prevent the object from + also being attached to the new session, in the case that execution + continued after the error raise occurred. + .. change:: :tags: bug, ext :tickets: 3219, 3240 -- cgit v1.2.1