]> 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:29:26 +0000 (11:29 -0400)
commit1c3b2d71863f6aefbc060798c2f50d1e029feef1
tree1ddaf6681b92de704b1683a8f1df725e2cd352c4
parentabb12a9d81161ff01b5cde2740746d5da32c69a2
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
doc/build/changelog/unreleased_12/pr485.rst [new file with mode: 0644]
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py