]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in changelog of 5237
authorFederico Caselli <cfederico87@gmail.com>
Tue, 12 May 2020 19:37:50 +0000 (21:37 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 12 May 2020 19:37:50 +0000 (21:37 +0200)
Change-Id: I9e526b133c130c1656fd09e5fecdc3a84c425d46

doc/build/changelog/unreleased_13/5237.rst

index 9c62c8e3ac82cbc90325540df0d10fb7a9c95572..f654cea18ca44cf15ec834e71f87794362a830d2 100644 (file)
@@ -4,7 +4,6 @@
 
     Introduce :paramref:`_orm.relationship.sync_backref` flag in a relationship
     to control if the synchronization events that mutate the in-Python
-    attributes are added. This flag is implied in a ``viewonly=True``
-    relationship. This supersedes the previous change :ticket:`5149`, which
-    warned that ``viewonly=True`` relationship target of a back_populates or
-    backref configuration would be disallowed.
+    attributes are added. This supersedes the previous change :ticket:`5149`,
+    which warned that ``viewonly=True`` relationship target of a
+    back_populates or backref configuration would be disallowed.