diff options
| -rw-r--r-- | doc/build/errors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/errors.rst b/doc/build/errors.rst index f2538b705..fc2c77f0d 100644 --- a/doc/build/errors.rst +++ b/doc/build/errors.rst @@ -1156,7 +1156,7 @@ relationship X will copy column Q to column P, which conflicts with relationship This warning refers to the case when two or more relationships will write data to the same columns on flush, but the ORM does not have any kind of back population configuration between the two relationships. The fix is usually to install the correct -:paramref:`_orm.back_populates` configuration. Given the following mapping:: +:paramref:`_orm.relationship.back_populates` configuration. Given the following mapping:: class Parent(Base): __tablename__ = "parent" |
