]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- need qualifiers here...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 22:20:35 +0000 (17:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 22:20:35 +0000 (17:20 -0500)
doc/build/changelog/changelog_09.rst

index 3b2a65f7a2a3dd36a90c5b79ee3ffe91f036c07b..caf5ced079564620e32cf1c57ef6cad54d3db6fb 100644 (file)
             :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