]> 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:25 +0000 (14:30 -0400)
commitca58fa5d9338b6dfaa56b25c5affa369188a7086
treeca3eafce3ec84b11fd5bc9bd5360342a581e0dfe
parent89a6e348032122e57238e685962d87975b6ccb65
- 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