]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add __class_getitem__ to the declarative Base class
authorKai Mueller <15907922+kasium@users.noreply.github.com>
Mon, 29 Nov 2021 15:25:11 +0000 (15:25 +0000)
committerKai Mueller <15907922+kasium@users.noreply.github.com>
Mon, 29 Nov 2021 15:25:11 +0000 (15:25 +0000)
commit94a0fa484949bbf9a33a52f63a86ee7eee4e9cdf
treedbc8f514e4f6a277dd88bf733a9ca6dc0121a077
parentfc5c54fcd4d868c2a4c7ac19668d72f506fe821e
Add __class_getitem__ to the declarative Base class
lib/sqlalchemy/orm/decl_api.py
test/orm/declarative/test_typing_py3k.py [new file with mode: 0644]