]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix the changelog merge
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jan 2014 23:25:24 +0000 (18:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jan 2014 23:25:24 +0000 (18:25 -0500)
doc/build/changelog/changelog_09.rst

index ea3849934e724fba42aae8a15e6a3a3b4e158fc2..4ba3b7129a0ab54f8873dceab293c53ae63e643b 100644 (file)
@@ -43,7 +43,7 @@
             :ref:`automap_toplevel`
 
     .. change::
-        :tags: feature, core
+        :tags: feature, sql
 
         Conjunctions like :func:`.and_` and :func:`.or_` can now accept
         Python generators as a single argument, e.g.::
         element is an instance of ``types.GeneratorType``.
 
     .. change::
-        :tags: feature, core
+        :tags: feature, schema
 
         The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`
         parameters are now available on the :meth:`.MetaData.reflect`
         method.
->>>>>>> automap
 
     .. change::
         :tags: bug, orm, declarative