]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog typo fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Jun 2021 20:28:37 +0000 (16:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Jun 2021 20:28:37 +0000 (16:28 -0400)
Change-Id: I66e16cf1a2321f9706a602e7683f767d37163010

doc/build/changelog/unreleased_14/6668.rst
doc/build/changelog/unreleased_14/6680.rst
doc/build/conf.py

index 489864142c8b45fd8612004d2139a65c3b4ac224..697b2050450cf34e1f745d720585d44e446685a0 100644 (file)
@@ -9,5 +9,5 @@
     arbitrarily to :class:`_schema.Sequence` previously. The fix allows
     :class:`_schema.Sequence` to work in all ``.execute()`` methods including
     with :meth:`_orm.Session.execute` which was not working in the case that a
-    ``do_orm_execute()`` handler was also established.
+    :meth:`_orm.SessionEvents.do_orm_execute` handler was also established.
 
index c433ed61002e90fd66458d01fa18ace762ed7ec0..7e61cf61ea251c53d84ab2202f018472939ac180 100644 (file)
@@ -3,7 +3,7 @@
     :tickets: 6680
 
     Fixed regression in ORM regarding an internal reconstitution step for the
-    func:`_orm.with_polymorphic` construct, when the user-facing object is
+    :func:`_orm.with_polymorphic` construct, when the user-facing object is
     garbage collected as the query is processed. The reconstitution was not
     ensuring the sub-entities for the "polymorphic" case were handled, leading
     to an ``AttributeError``.
index e8e00d1d6451123e8a1254c87383a0b95a786b05..8dd41a92f86de7316eb160088ac99512f1fc6be2 100644 (file)
@@ -159,6 +159,7 @@ zzzeeksphinx_module_prefixes = {
     "_query": "sqlalchemy.orm",
     "_ormevent": "sqlalchemy.orm.event",
     "_ormexc": "sqlalchemy.orm.exc",
+    "_roles": "sqlalchemy.sql.roles",
     "_baked": "sqlalchemy.ext.baked",
     "_horizontal": "sqlalchemy.ext.horizontal_shard",
     "_associationproxy": "sqlalchemy.ext.associationproxy",