]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Non-working "schema" argument on :class:`.ForeignKey` is deprecated;
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:25:28 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:25:28 +0000 (19:25 -0400)
commitc1a69ab841e728061dd890dd02e6ce6be2970473
treed2d7b1a431abf4d48cf4e06b6aa2b31b0914139d
parent92d477e4534ed6817370ef9b29291645cef76701
Non-working "schema" argument on :class:`.ForeignKey` is deprecated;
raises a warning.  Removed in 0.9. [ticket:2831]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
test/sql/test_metadata.py