[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-06-25 18:31:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca58fa5d9338/ Changeset: ca58fa5d9338 Branch: None User: zzzeek Date: 2014-06-25 20:30:25 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ad0ddca4c92/ Changeset: 2ad0ddca4c92 Branch: rel_0_9 User: zzzeek Date: 2014-06-25 20:30:58 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/feda84e5b2c4/ Changeset: feda84e5b2c4 Branch: None User: zzzeek Date: 2014-06-25 20:31:18 Summary: add missing release date Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |