We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb3578a + d80286b commit 357ec7bCopy full SHA for 357ec7b
docs/models.rst
@@ -67,7 +67,7 @@ One-to-Many Relationships
67
The most common relationships are one-to-many relationships. Because
68
relationships are declared before they are established you can use strings
69
to refer to classes that are not created yet (for instance if `Person`
70
-defines a relationship to `Article` which is declared later in the file).
+defines a relationship to `Address` which is declared later in the file).
71
72
Relationships are expressed with the :func:`~sqlalchemy.orm.relationship`
73
function. However the foreign key has to be separately declared with the
0 commit comments