summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeong YunWon <jeong@youknowone.org>2016-07-03 21:45:15 +0900
committerMike Bayer <mike_mp@zzzcomputing.com>2016-07-05 18:24:47 -0400
commit5a2d2f47d6681ce3085f4d4e4a8d384eb442c96f (patch)
tree05dd2d817e6a0339ecaaba9db7f635b0b91a3d4d /doc
parent7c8c124dbe71602daed471e43af45051c5626c09 (diff)
downloadsqlalchemy-5a2d2f47d6681ce3085f4d4e4a8d384eb442c96f.tar.gz
`index_property` catches IndexError as well as KeyError
It was raising AttributeError for key accessing in dict, but raising IndexError for index accessing in array. Change-Id: I58a2252a9e8d7f78cabcefcbe7223a4f3a729115
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 09a63a703..8ed600639 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -21,6 +21,12 @@
.. changelog::
:version: 1.1.0b3
+ .. change::
+ :tags: bug, ext
+
+ sqlalchemy.ext.indexable will intercept IndexError as well
+ as KeyError when raising as AttributeError.
+
.. changelog::
:version: 1.1.0b2
:released: July 1, 2016