Comment 1 for bug 1776743

Revision history for this message
Matt Riedemann (mriedem) wrote :

Traceback: https://gist.github.com/mgagne/7511aa1e95f624f872d988a34a1a55be

The problem is the InstanceList.get_by_filters query doesn't exclude deleted instances by default, and doesn't take into account the context.read_deleted value, so we have to explicitly pass a filters={'deleted': False} filter.