diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-16 16:41:36 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-16 16:41:36 -0500 |
commit | 937e81be16454b16f57f09603e7215d86be0b130 (patch) | |
tree | b2c3d67a149d9384ae8027be2be32ac1607c1a36 | |
parent | d54ba44c2ce2ae84125b068f5d03c6698e189000 (diff) | |
download | sqlalchemy-937e81be16454b16f57f09603e7215d86be0b130.tar.gz |
- changelog for pullreq github:64
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 624a9dbb2..5cdbcbb24 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,13 @@ :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 |