object. this was an accidental commit that did nothing; a warning is raised
in 0.8.3 when this kw arg is used. [ticket:2831]
.. changelog::
:version: 0.9.0
+ .. change::
+ :tags: bug, sql
+ :tickets: 2831
+
+ The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`
+ object. this was an accidental commit that did nothing; a warning is raised
+ in 0.8.3 when this kw arg is used.
+
.. change::
:tags: feature, orm
:tickets: 1418
def __init__(self, column, _constraint=None, use_alter=False, name=None,
onupdate=None, ondelete=None, deferrable=None,
- schema=None,
initially=None, link_to_name=False, match=None):
"""
Construct a column-level FOREIGN KEY.