From 6567d8cd7a2122acad55e8be88c7a437c4695e40 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 4 Nov 2022 16:59:37 -0400 Subject: [PATCH] fixes Change-Id: Id4c3c24bbff0a8bc1f20ff8deb10a098d2cca8b7 --- doc/build/dialects/postgresql.rst | 1 - doc/build/orm/persistence_techniques.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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. -- 2.47.2