Skip to content

Commit 5a91536

Browse files
committed
Update readme to show new method
1 parent c2deabc commit 5a91536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ A delete statement has access to most of the `Query` methods.
189189
190190
Calling `session.execute(stmt)` will return how many entities were deleted.
191191
192-
A convenience method, `.clean_components()`, can be used when deleting a `Component`. Enabling this will remove the component from every location before it is deleted.
192+
A convenience method, `.options(remove_components=True)`, can be used when deleting a `Component`. Enabling this will remove the component from every location before it is deleted.
193193
194194
195195

0 commit comments

Comments
 (0)