]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in ordering list where the order of items would be
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Sep 2014 18:14:50 +0000 (14:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Sep 2014 18:14:50 +0000 (14:14 -0400)
commit14d2bb074cccdec32bd26a89353c30fd512b2aa2
treeb8bea89172c620f0f015edd5359681e304a19ac6
parent706d4fcc4f69b74a502be41f5eea3fedd9413bc7
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/orm/collections.py
test/ext/test_orderinglist.py
test/orm/test_collection.py