summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-07-04 20:01:55 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-07-04 20:02:31 -0400
commit806f5a4183681582f1baabe02e7c5b4473c294ff (patch)
tree3803ea361e56052533fd19d3515486ce1473c57a /doc
parentf390639bf1a7a5a2a47bcd6df7106cf5855a44c1 (diff)
downloadsqlalchemy-806f5a4183681582f1baabe02e7c5b4473c294ff.tar.gz
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]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
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
@@ -7,6 +7,15 @@
: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