]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix slice addressing of _AssociationList with python3
authorGilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Tue, 9 Dec 2014 11:08:12 +0000 (12:08 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 18:57:14 +0000 (14:57 -0400)
commitc88900a3748c8f429a6e50059beee150709414dc
tree07e3af25ac0935f2e7dbfdebe3a4fcf91bad542d
parentd0881de1c480cf7bf46c93608b7f2dd66f2e2f37
Fix slice addressing of _AssociationList with python3

(cherry picked from commit 9fee9cb87e0d13db4426664f5758c1ddad0533e3)
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py