]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Import all legacy classes by sqlalchemy.orm.collections.*
authorTakashi Kajinami <kajinamit@oss.nttdata.com>
Mon, 29 Jul 2024 16:01:04 +0000 (12:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jul 2024 16:08:26 +0000 (12:08 -0400)
commitdd3ca86c14f10f8e132e7651938e8b77ae3f05cb
treea1a60837bfbba91fb27022b309c701b734b7d39d
parent94a0ab891ce72bf6d8cec244f37b1a5933c8a0ef
Import all legacy classes by sqlalchemy.orm.collections.*

Restored legacy class names removed from
``sqlalalchemy.orm.collections.*``, including
:class:`_orm.MappedCollection`, :func:`_orm.mapped_collection`,
:func:`_orm.column_mapped_collection`,
:func:`_orm.attribute_mapped_collection`. Pull request courtesy Takashi
Kajinami.

Fixes: #11435
Closes: #11432
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11432
Pull-request-sha: 66f20a8e2069f48665299d1ee220dfe57aedf79e

Change-Id: I05172669fc9a44e737b3714001d1317bbbf0012f
(cherry picked from commit b6e9ca40bddbd6e670d40bc4ae952e1ee67d8816)
doc/build/changelog/unreleased_20/11435.rst [new file with mode: 0644]
lib/sqlalchemy/orm/collections.py