]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove declarative_mixin
authorFederico Caselli <cfederico87@gmail.com>
Mon, 24 Feb 2025 19:46:09 +0000 (20:46 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 24 Feb 2025 19:46:09 +0000 (20:46 +0100)
commitc3a8e7e6605475ddf5401af30ca81820d944a2ba
treeb3edc20e4825a585b90acf4f8748d4655d9df61e
parent576ac6ad7ed4014395b3995d9d727749babc2474
Remove declarative_mixin

Removed the ``declarative_mixin`` decorator since it was used only
by the now removed mypy plugin.

Fixes: #12346
Change-Id: I6709c7b33bf99ef94c3dc074a25386e8c13c9131
doc/build/changelog/unreleased_21/12346.rst [new file with mode: 0644]
doc/build/orm/declarative_mixins.rst
doc/build/orm/mapping_api.rst
lib/sqlalchemy/orm/decl_api.py
test/orm/declarative/test_mixin.py