]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix missing class attributes when using __class_getitem__
authorKai Mueller <15907922+kasium@users.noreply.github.com>
Fri, 17 Dec 2021 20:10:05 +0000 (20:10 +0000)
committerKai Mueller <15907922+kasium@users.noreply.github.com>
Fri, 17 Dec 2021 20:10:05 +0000 (20:10 +0000)
commit98cae9e4309647f4e22c59a2192966fa2d4d8e38
tree239cbf467fd03d9bf2faa676d5a0361af1630051
parent3543fcc9c9601e81560d055ceadaea05c75815c0
Fix missing class attributes when using __class_getitem__

Closes #7462
doc/build/changelog/unreleased_14/7462.rst [new file with mode: 0644]
lib/sqlalchemy/orm/decl_api.py
test/orm/declarative/test_typing_py3k.py