]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where using an ``__abstract__`` mixin in the middle
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 21:21:46 +0000 (17:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 21:21:46 +0000 (17:21 -0400)
commit95e53d0b6072510c7a687e3bcc92246d9b3d7181
tree6e82dbc97b360f670d7ea81b5000e78637719b4a
parenta4a826021fb6d77fadbdac0071616d7e5486e4d1
- Fixed bug where using an ``__abstract__`` mixin in the middle
of a declarative inheritance hierarchy would prevent attributes
and configuration being correctly propagated from the base class
to the inheriting class.
fixes #3219 fixes #3240
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_mixin.py