PendingCollection state handling is flawed.

Issue #2123 resolved
Former user created an issue

The pendingcollection was incorrectly tracking state on a lazy backref. If you were to add an item and then remove it again, the collection would try to remove the item once the load happened. If the item had never been part of the collection this would fail.

Richard Murri

Comments (6)

  1. Mike Bayer repo owner

    can you please attach a test case - this is a very specific description and it is a huge effort for us to guess exactly how to reproduce.

  2. Log in to comment