Skip to content

Commit

Permalink
Update docs/en/reference/working-with-objects.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Grégoire Paris <[email protected]>
  • Loading branch information
mpdude and greg0ire authored Jun 21, 2023
1 parent 609cff2 commit c701dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/working-with-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ With ``ON DELETE CASCADE``, the RDBMS will take care of removing rows
from join tables.

When the entity being removed is part of bi-directional many-to-many
associations, either as the owning or inverse side, the ORM will
association, either as the owning or inverse side, the ORM will
delete rows from join tables before removing the entity itself. That means
database-level ``ON DELETE RESTRICT`` constraints on join tables are not
effective, since the join table rows are removed first. Removal of join table
Expand Down

0 comments on commit c701dd3

Please sign in to comment.