]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a bug in the examples/generic_assocaitions/discriminator_on_association.py
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Nov 2014 17:33:56 +0000 (12:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Nov 2014 17:34:18 +0000 (12:34 -0500)
commitf992ca1944d548945ddbefd81c1290a24c8b5d33
tree552efaa5ed0de5842c35acefecaa120ce760496c
parent533f9b6b8a303b27db377fa67d314735c62684ed
- Fixed a bug in the examples/generic_assocaitions/discriminator_on_association.py
example, where the subclasses of AddressAssociation were not being
mapped as "single table inheritance", leading to problems when trying
to use the mappings further.

(cherry picked from commit 2098001ad3e0a40aa909a347ec91c12fab04a657)
doc/build/changelog/changelog_09.rst
examples/generic_associations/discriminator_on_association.py