Typo: foreign_key, should be foreign_keys

Issue #1816 resolved
Former user created an issue

http://www.sqlalchemy.org/docs/metadata.html#accessing-tables-and-columns

It mentions a method of Column called foreign_key, but this does not exist. Someone told me it should be foreign_keys, which works. However, it doesn't show up on the reference page for Column. It is mentioned later in that page, under ForeignKey

http://www.sqlalchemy.org/docs/reference/sqlalchemy/schema.html#sqlalchemy.schema.Column

Comments (3)

  1. Mike Bayer repo owner
    • changed milestone to 0.6.2

    in the second case we don't yet have documentation for the datamembers of "Column", its not an init parameter.

  2. Log in to comment