]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug when the declarative ``__abstract__`` flag was not being
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Jun 2014 18:30:25 +0000 (14:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Jun 2014 18:30:58 +0000 (14:30 -0400)
commit2ad0ddca4c9251698fd2179d6c25954ab147524e
tree7b747e5f1fd30a9166673be51f534cffaa1ce102
parentf8d89434386202034d85cdc50b16b30f25d27d76
- Fixed bug when the declarative ``__abstract__`` flag was not being
distinguished for when it was actually the value ``False``.
The ``__abstract__`` flag needs to acutally evaluate to a True
value at the level being tested.
fixes #3097
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_mixin.py