]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed "'NoneType' object has no attribute 'concrete'" error
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Oct 2014 22:33:05 +0000 (18:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Oct 2014 22:33:05 +0000 (18:33 -0400)
commit5a10b6a455f9ad7be752469cbaa503857ae9fda2
treeddf0ba53812b4728b297eb4eada616365f90adfb
parent119674dd250d7da8be92a262ad53396c2fac4e0f
- Fixed "'NoneType' object has no attribute 'concrete'" error
when using :class:`.AbstractConcreteBase` in conjunction with
a subclass that declares ``__abstract__``.
fixes #3185
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/declarative/api.py
test/ext/declarative/test_inheritance.py