]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pr github:154
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 18:54:20 +0000 (14:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 18:54:20 +0000 (14:54 -0400)
doc/build/changelog/changelog_09.rst

index 1f583c44a08f8a747a52a8022c051037476f1c0a..baa8bb3d217315cd158c258ee0c5aa78b421ab9d 100644 (file)
 .. changelog::
     :version: 0.9.9
 
+    .. change::
+        :tags: bug, ext, py3k
+        :pullreq: github:154
+
+        Fixed bug where the association proxy list class would not interpret
+        slices correctly under Py3K.  Pull request courtesy
+        Gilles Dartiguelongue.
+
     .. change::
         :tags: feature, sqlite
         :pullreq: bitbucket:42