Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the if-block for deleting an object from a relation was not committing; the tests were still passing because the session was still open and the next API call would pull the object out of the session, not the DB. Put a `session.remove()` before the API call to check that the removed object is actually gone from the relation, and you'll see that it's still there in the DB.
- Loading branch information