Code review comment for lp:~rye/python-oops-tools/oopsloader-update-date-when-needed

Revision history for this message
Robert Collins (lifeless) wrote :

.save does not do what you think it does :)

You need the .save, but what you want to avoid is the commits; that means:
 - taking the ORM out of autocommit mode
 - explicitly doing a commit (I suggest one every 5 seconds work)

review: Needs Fixing

« Back to merge proposal