]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Nov 2022 20:59:37 +0000 (16:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Nov 2022 20:59:37 +0000 (16:59 -0400)
Change-Id: Id4c3c24bbff0a8bc1f20ff8deb10a098d2cca8b7

doc/build/dialects/postgresql.rst
doc/build/orm/persistence_techniques.rst

index ef853b68326ff5446cd299f2ab3b3008dbeda19a..2f541b5abd2d6af1574ecf8358dfa6ff6c8c839c 100644 (file)
@@ -355,7 +355,6 @@ construction arguments, are as follows:
     :members: comparator_factory
 
 .. autoclass:: sqlalchemy.dialects.postgresql.AbstractMultiRange
-    :members: comparator_factory
 
 .. autoclass:: aggregate_order_by
 
index 676f1ac254d9d8d1acc4abb153f1a488ac747add..601ddda5213c7bab8075c8f48c62a797cd24a1ae 100644 (file)
@@ -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.