Merge "Release note for using "passive_deletes=True""

This commit is contained in:
Zuul 2018-05-16 08:00:25 +00:00 committed by Gerrit Code Review
commit ede3aead81
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
fixes:
- |
Used "passive_deletes=True" in the configuration of relationships in
SQLAlchemy models. This improves deletion of graphs of related objects
stored in DB because dependent objects don't get loaded prior to
deleting them.
More about using this flag can be found at:
http://docs.sqlalchemy.org/en/latest/orm/collections.html#using-passive-deletes