]> 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:03 +0000 (12:08 -0400)
commitb6e9ca40bddbd6e670d40bc4ae952e1ee67d8816
treefbd9a0a9a8f81febeaf06c2dff2f9ef6ae602d80
parent1ba11863398153760952261adff08d544a508c3a
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
doc/build/changelog/unreleased_20/11435.rst [new file with mode: 0644]
lib/sqlalchemy/orm/collections.py