]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Import all legacy classes by sqlalchemy.orm.collections.* 11432/head
authorTakashi Kajinami <kajinamit@oss.nttdata.com>
Fri, 31 May 2024 12:06:08 +0000 (21:06 +0900)
committerTakashi Kajinami <kajinamit@oss.nttdata.com>
Fri, 31 May 2024 13:40:01 +0000 (22:40 +0900)
commit66f20a8e2069f48665299d1ee220dfe57aedf79e
treeb03e8d878180d1b946516992ca928b0dcc3034dc
parent465e2ed8c732726c5ffaad2e5271a2c36046f3bb
Import all legacy classes by sqlalchemy.orm.collections.*

Ensure all of the legacy class names like attribute_mapped_collection
are imported by *, instead of only importing the old names partially.

Also remove repeated items from __all__ because these are redundant.

Fixes: #11435
doc/build/changelog/unreleased_20/11435.rst [new file with mode: 0644]
lib/sqlalchemy/orm/collections.py