]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression regarding the declarative ``__declare_first__``
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 17:49:09 +0000 (13:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 17:49:09 +0000 (13:49 -0400)
commite73f735382371ac5c05a46f2a51fd10971270fe4
treed2cf84d2223e103bfde643da755e4e7487c791de
parent0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c
- Fixed regression regarding the declarative ``__declare_first__``
and ``__declare_last__`` accessors where these would no longer be
called on the superclass of the declarative base.
fixes #3383
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/ext/declarative/base.py
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/util.py
test/ext/declarative/test_inheritance.py
test/ext/declarative/test_mixin.py