diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-25 17:31:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-25 17:31:56 -0400 |
| commit | a3fd4eb0c8788bbc0499521a1054007936a4962d (patch) | |
| tree | 0c1f3379bd3d70dfbaf2a9e085a3ad99513ba1c3 | |
| parent | 3fe8d618e3614edc8f9e4241e7521a984f2f21c6 (diff) | |
| download | sqlalchemy-a3fd4eb0c8788bbc0499521a1054007936a4962d.tar.gz | |
typos
Change-Id: I8593e4402ae068edfc14516ee3ec0a96513c2b36
| -rw-r--r-- | doc/build/changelog/unreleased_14/6109.rst | 4 | ||||
| -rw-r--r-- | doc/build/changelog/unreleased_14/6124.rst | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/unreleased_14/6109.rst b/doc/build/changelog/unreleased_14/6109.rst index fc80c36a6..b4e609984 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 ac08eaf9f..c10de7c61 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. |
