[Checkins] [zopefoundation/mongopersist] 99de66: Bug: When a sub-document object is changed and the...

GitHub noreply at github.com
Fri Feb 14 17:37:53 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/mongopersist
  Commit: 99de66ccc15fdfb2928c9dd333c763f62d2b4eb1
      https://github.com/zopefoundation/mongopersist/commit/99de66ccc15fdfb2928c9dd333c763f62d2b4eb1
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/mongopersist/datamanager.py
    M src/mongopersist/tests/test_datamanager.py

  Log Message:
  -----------
  Bug: When a sub-document object is changed and then the main object is
removed, the removed object would re-appear, since the sub-document object
was still registered as changed and caused a write undoing the removal. The
issue was fixed by removing all registered sub-document objects as well from
the list during removal.




More information about the checkins mailing list