summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Macklin <chris.macklin@gmail.com>2018-10-31 09:03:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-10-31 11:29:26 -0400
commit1c3b2d71863f6aefbc060798c2f50d1e029feef1 (patch)
tree1ddaf6681b92de704b1683a8f1df725e2cd352c4 /doc
parentabb12a9d81161ff01b5cde2740746d5da32c69a2 (diff)
downloadsqlalchemy-1c3b2d71863f6aefbc060798c2f50d1e029feef1.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/pr485.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/pr485.rst b/doc/build/changelog/unreleased_12/pr485.rst
new file mode 100644
index 000000000..bdde0884f
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/pr485.rst
@@ -0,0 +1,5 @@
+.. change::
+ :tags: bug, ext
+
+ Added missing ``.index()`` method to list-based association collections
+ in the association proxy extension.