summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-10-06 18:33:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-10-06 18:33:05 -0400
commit5a10b6a455f9ad7be752469cbaa503857ae9fda2 (patch)
treeddf0ba53812b4728b297eb4eada616365f90adfb /doc
parent119674dd250d7da8be92a262ad53396c2fac4e0f (diff)
downloadsqlalchemy-5a10b6a455f9ad7be752469cbaa503857ae9fda2.tar.gz
- Fixed "'NoneType' object has no attribute 'concrete'" error
when using :class:`.AbstractConcreteBase` in conjunction with a subclass that declares ``__abstract__``. fixes #3185
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 7dd50739e..692c6e392 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -14,6 +14,15 @@
:version: 0.9.8
.. change::
+ :tags: bug, declarative, orm
+ :versions: 1.0.0
+ :tickets: 3185
+
+ Fixed "'NoneType' object has no attribute 'concrete'" error
+ when using :class:`.AbstractConcreteBase` in conjunction with
+ a subclass that declares ``__abstract__``.
+
+ .. change::
:tags: bug, engine
:versions: 1.0.0
:tickets: 3200