]> 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:34:16 +0000 (18:34 -0400)
commit24cd39de0fc1b8b8ad80b0503bd48b137e0e152f
tree6364a878d7bca2ba6f402b0a64416182d8d48941
parent96e17a14c5f238ddda546b5681cf2c791c66242b
- Fixed "'NoneType' object has no attribute 'concrete'" error
when using :class:`.AbstractConcreteBase` in conjunction with
a subclass that declares ``__abstract__``.
fixes #3185

Conflicts:
test/ext/declarative/test_inheritance.py
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/declarative/api.py
test/ext/declarative/test_inheritance.py