diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-16 17:20:35 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-16 17:20:35 -0500 |
commit | 5bc3b7fe6b88f12cb39516aa78408c683fc63d0c (patch) | |
tree | c78d2974e7645c49c81faf8446fefc1ef8d23bcc | |
parent | 5e100a70c51362b522c8d4a05c0149c7d77672fb (diff) | |
download | sqlalchemy-5bc3b7fe6b88f12cb39516aa78408c683fc63d0c.tar.gz |
- need qualifiers here...
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 3b2a65f7a..caf5ced07 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -37,14 +37,14 @@ :ref:`sqlite_type_reflection` .. change:: - :tags: postgresql + :tags: postgresql, feature :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 + :tags: examples, feature :pullreq: github:41 Added optional "changed" column to the versioned rows example, as well |