]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing index method to _AssociationList.
authorChris Macklin <chris.macklin@gmail.com>
Wed, 31 Oct 2018 13:03:50 +0000 (09:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2018 15:30:10 +0000 (11:30 -0400)
commit2c858260c4dd15aa3fec059b0fd5de80be5c2fbf
treedd14f9cbae19adcd3569741238b781cb5ac1dcc9
parent448db7ac4ccac4fe0400837379ef341f0be3143e
Add missing index method to _AssociationList.

Added missing ``.index()`` method to list-based association collections
in the association proxy extension.

Change-Id: Ice81dc4bcccd520638c5bc9a0f8bb2027946c846
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/485
(cherry picked from commit 1c3b2d71863f6aefbc060798c2f50d1e029feef1)
doc/build/changelog/unreleased_12/pr485.rst [new file with mode: 0644]
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py