From f7f1d565cc764aeef56fe0e47536b90e26c2138b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Jun 2021 16:28:37 -0400 Subject: [PATCH] changelog typo fixes Change-Id: I66e16cf1a2321f9706a602e7683f767d37163010 --- doc/build/changelog/unreleased_14/6668.rst | 2 +- doc/build/changelog/unreleased_14/6680.rst | 2 +- doc/build/conf.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/unreleased_14/6668.rst b/doc/build/changelog/unreleased_14/6668.rst index 489864142c..697b205045 100644 --- a/doc/build/changelog/unreleased_14/6668.rst +++ b/doc/build/changelog/unreleased_14/6668.rst @@ -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. diff --git a/doc/build/changelog/unreleased_14/6680.rst b/doc/build/changelog/unreleased_14/6680.rst index c433ed6100..7e61cf61ea 100644 --- a/doc/build/changelog/unreleased_14/6680.rst +++ b/doc/build/changelog/unreleased_14/6680.rst @@ -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``. diff --git a/doc/build/conf.py b/doc/build/conf.py index e8e00d1d64..8dd41a92f8 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -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", -- 2.47.2