]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq github:64
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 21:41:36 +0000 (16:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 21:41:36 +0000 (16:41 -0500)
doc/build/changelog/changelog_09.rst

index 624a9dbb229b0f86f760c1ce535ae1ae8b186754..5cdbcbb24b9dda01b56580503d80a5c5e3180ca1 100644 (file)
 .. changelog::
     :version: 0.9.3
 
+    .. change::
+        :tags: postgresql
+        :pullreq: github:64
+
+        Added the :attr:`.TypeEngine.python_type` convenience accessor onto the
+        :class:`.postgresql.ARRAY` type.  Pull request courtesy Alexey Terentev.
+
     .. change::
         :tags: examples
         :pullreq: github:41