summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-10 14:14:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-10 14:14:50 -0400
commit14d2bb074cccdec32bd26a89353c30fd512b2aa2 (patch)
treeb8bea89172c620f0f015edd5359681e304a19ac6 /doc
parent706d4fcc4f69b74a502be41f5eea3fedd9413bc7 (diff)
downloadsqlalchemy-14d2bb074cccdec32bd26a89353c30fd512b2aa2.tar.gz
- Fixed bug in ordering list where the order of items would be
thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 44a2add71..accd827f8 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -14,6 +14,17 @@
:version: 0.9.8
.. change::
+ :tags: bug, ext
+ :verions: 1.0.0
+ :tickets: 3191
+
+ Fixed bug in ordering list where the order of items would be
+ thrown off during a collection replace event, if the
+ reorder_on_append flag were set to True. The fix ensures that the
+ ordering list only impacts the list that is explicitly associated
+ with the object.
+
+ .. change::
:tags: bug, sql
:versions: 1.0.0
:tickets: 3180