Skip to content

Commit e419309

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Correct many-to-many to many-to-one
2 parents 29e6ac8 + 6419bb6 commit e419309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
635635
``Tag`` is properly removed.
636636

637637
In Doctrine, you have two sides of the relationship: the owning side and the
638-
inverse side. Normally in this case you'll have a many-to-many relationship
638+
inverse side. Normally in this case you'll have a many-to-one relationship
639639
and the deleted tags will disappear and persist correctly (adding new
640640
tags also works effortlessly).
641641

0 commit comments

Comments
 (0)