From: Mike Bayer Date: Thu, 25 Mar 2021 21:31:56 +0000 (-0400) Subject: typos X-Git-Tag: rel_1_4_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3fd4eb0c8788bbc0499521a1054007936a4962d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typos Change-Id: I8593e4402ae068edfc14516ee3ec0a96513c2b36 --- diff --git a/doc/build/changelog/unreleased_14/6109.rst b/doc/build/changelog/unreleased_14/6109.rst index fc80c36a66..b4e6099844 100644 --- a/doc/build/changelog/unreleased_14/6109.rst +++ b/doc/build/changelog/unreleased_14/6109.rst @@ -3,6 +3,6 @@ :tickets: 6109 Fixed bug in Mypy plugin where the Python type detection - for the :class:`_sqltypes.Boolean` column type would produce - an exception; additionally implemented support for :class:`_sqltypes.Enum`, + for the :class:`_types.Boolean` column type would produce + an exception; additionally implemented support for :class:`_types.Enum`, including detection of a string-based enum vs. use of Python ``enum.Enum``. diff --git a/doc/build/changelog/unreleased_14/6124.rst b/doc/build/changelog/unreleased_14/6124.rst index ac08eaf9fa..c10de7c611 100644 --- a/doc/build/changelog/unreleased_14/6124.rst +++ b/doc/build/changelog/unreleased_14/6124.rst @@ -2,7 +2,7 @@ :tags: bug, orm :tickets: 6124 - Repaired support so that the :meth:`_sql.Select.params` method can work - correctly with a :class:`_sql.Select` object that includes joins across ORM - relationship structures, which is a new feature in 1.4. + Repaired support so that the :meth:`_sql.ClauseElement.params` method can + work correctly with a :class:`_sql.Select` object that includes joins + across ORM relationship structures, which is a new feature in 1.4.