1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Merge pull request #122 from kdambekalns/patch-1

Update en/reference/working-with-associations.rst
This commit is contained in:
Benjamin Eberlei 2012-11-24 02:24:10 -08:00
commit d84462923c

View File

@ -541,7 +541,7 @@ from collections. If an Entity of type ``A`` contains references to privately
owned Entities ``B`` then if the reference from ``A`` to ``B`` is removed the
entity ``B`` should also be removed, because it is not used anymore.
OrphanRemoval works with both one-to-one and one-to-many associations.
OrphanRemoval works with one-to-one, one-to-many and many-to-many associations.
.. note::