]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- removed the ancient "polymorphic association"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Apr 2011 02:33:37 +0000 (22:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Apr 2011 02:33:37 +0000 (22:33 -0400)
commitd03226426c24eef5c9e19822ff07a5f72dd5379f
tree4d4520085485e397f11c23248733bab1e30dfd7e
parent7df21e5a1f252ff768f684132db95bd1b5e78efa
- removed the ancient "polymorphic association"
examples and replaced with an updated set of
examples that use declarative mixins,
"generic_associations".   Each presents an alternative
table layout.
CHANGES
examples/generic_associations/__init__.py [new file with mode: 0644]
examples/generic_associations/discriminator_on_association.py [new file with mode: 0644]
examples/generic_associations/table_per_association.py [new file with mode: 0644]
examples/generic_associations/table_per_related.py [new file with mode: 0644]
examples/poly_assoc/__init__.py [deleted file]
examples/poly_assoc/poly_assoc.py [deleted file]
examples/poly_assoc/poly_assoc_fk.py [deleted file]
examples/poly_assoc/poly_assoc_generic.py [deleted file]