manila/releasenotes/notes/bug-2015094-fix-read-deleted-sqlalchemy-cda2dca772ce8d0a.yaml
Maurice Escher 99b00c9825
fix to get soft-deleted objects on db model query
read_deleted option
'yes' indicates deleted records are visible,
'only' indicates that *only* deleted records are visible.

Change-Id: I9be0f8127fac6c2294891d209195d9d0711a907b
Closes-Bug: #2015094
2023-04-04 16:09:35 +02:00

7 lines
239 B
YAML

---
fixes:
- |
Internal sqlalchemy model_query has been fixed to honor the options of the
`read_deleted` parameter. For more details, please refer to
`launchpad bug #2015094 <https://bugs.launchpad.net/manila/+bug/2015094>`_