]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a new accessor :attr:`.Table.foreign_key_constraints`
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jan 2015 18:24:32 +0000 (13:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jan 2015 18:39:42 +0000 (13:39 -0500)
commit8f5e4acbf693a375ad687977188a32bc941fd33b
tree8965514460dbfa69fa99972c0443751ae70f178a
parentda1aa2590851bd5ddc58218fab0e8234d16db97c
- Added a new accessor :attr:`.Table.foreign_key_constraints`
to complement the :attr:`.Table.foreign_keys` collection,
as well as :attr:`.ForeignKeyConstraint.referred_table`.
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py