From: Mike Bayer Date: Fri, 4 Nov 2022 20:59:37 +0000 (-0400) Subject: fixes X-Git-Tag: rel_2_0_0b3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6567d8cd7a2122acad55e8be88c7a437c4695e40;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fixes Change-Id: Id4c3c24bbff0a8bc1f20ff8deb10a098d2cca8b7 --- diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst index ef853b6832..2f541b5abd 100644 --- a/doc/build/dialects/postgresql.rst +++ b/doc/build/dialects/postgresql.rst @@ -355,7 +355,6 @@ construction arguments, are as follows: :members: comparator_factory .. autoclass:: sqlalchemy.dialects.postgresql.AbstractMultiRange - :members: comparator_factory .. autoclass:: aggregate_order_by diff --git a/doc/build/orm/persistence_techniques.rst b/doc/build/orm/persistence_techniques.rst index 676f1ac254..601ddda521 100644 --- a/doc/build/orm/persistence_techniques.rst +++ b/doc/build/orm/persistence_techniques.rst @@ -771,5 +771,5 @@ Bulk Operations "bulk update" capabilities into 2.0 style :meth:`_orm.Session.execute` method, making direct use of :class:`_dml.Insert` and :class:`_dml.Update` constructs. See the document at :doc:`queryguide/dml` for documentation, - including :ref:`orm_queryguide_legacy_bulk` which illustrates migration + including :ref:`orm_queryguide_legacy_bulk_insert` which illustrates migration from the older methods to the new methods.