summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-05 18:25:24 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-05 18:25:24 -0500
commit60c00d7c1ad521bccb4fca1f318da167bf72532e (patch)
tree664a36b27ee90598abaced0fd912097c5764f630
parentf89d4d216bd7605c920b7b8a10ecde6bfea2238c (diff)
downloadsqlalchemy-60c00d7c1ad521bccb4fca1f318da167bf72532e.tar.gz
fix the changelog merge
-rw-r--r--doc/build/changelog/changelog_09.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index ea3849934..4ba3b7129 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -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.::
@@ -54,12 +54,11 @@
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