]> 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:33:56 +0000 (12:33 -0500)
commit2098001ad3e0a40aa909a347ec91c12fab04a657
treed525e12e6cc7e053deec97396a9e9ffed70d7bb0
parent69979c8b2e4dcd009be5d1a1f466a24985e15301
- 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.
doc/build/changelog/changelog_09.rst
examples/generic_associations/discriminator_on_association.py