]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:10:26 +0000 (11:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:10:46 +0000 (11:10 -0500)
Change-Id: I115807ccca74e55e96389d7bb723da3893bcc965
(cherry picked from commit 1a2748152b0f2feb527c6a04054f88d4a659a818)

doc/build/changelog/unreleased_20/10717.rst
doc/build/changelog/unreleased_20/10732.rst

index 2cd930345546078be633eaf063dd8c4e607f25e9..ccdcd80bb9eb2f8126b86a395a1c8b272f84a07a 100644 (file)
@@ -4,7 +4,7 @@
 
     Adjusted the asyncpg dialect such that when the ``terminate()`` method is
     used to discard an invalidated connection, the dialect will first attempt
-    to gracefully close the conneciton using ``.close()`` with a timeout, if
+    to gracefully close the connection using ``.close()`` with a timeout, if
     the operation is proceeding within an async event loop context only. This
     allows the asyncpg driver to attend to finalizing a ``TimeoutError``
     including being able to close a long-running query server side, which
index 0961b05d739f00f9145a760958d33e8947f923f1..fb1c22a980d698cb963f9c0c8662ee740e7a505b 100644 (file)
@@ -1,9 +1,9 @@
 .. change::
     :tags: bug, orm
-    :tickets: 10668
+    :tickets: 10732
 
     Modified the ``__init_subclass__()`` method used by
-    :class:`_orm.MappedAsDataclass`, :class:`_orm.DeclarativeBase`` and
+    :class:`_orm.MappedAsDataclass`, :class:`_orm.DeclarativeBase` and
     :class:`_orm.DeclarativeBaseNoMeta` to accept arbitrary ``**kw`` and to
     propagate them to the ``super()`` call, allowing greater flexibility in
     arranging custom superclasses and mixins which make use of