Salut MA, Please take a look. Thanks.
http://codereview.appspot.com/5496050/diff/2001/codereview/models.py File codereview/models.py (left): http://codereview.appspot.com/5496050/diff/2001/codereview/models.py#oldcode255 codereview/models.py:255: # Append fake object for all build_results properties. Don't remove this code until the upgrade is done on the server. http://codereview.appspot.com/5496050/diff/2001/fix_issue.py File fix_issue.py (right): http://codereview.appspot.com/5496050/diff/2001/fix_issue.py#newcode76 fix_issue.py:76: class Put(op.base.Operation): I didn't know that.
Thanks MA. Please take another look. http://codereview.appspot.com/5496050/diff/2001/codereview/models.py File codereview/models.py (left): http://codereview.appspot.com/5496050/diff/2001/codereview/models.py#oldcode255 codereview/models.py:255: # Append fake object for all build_results properties. On 2011/12/16 15:51:16, M-A wrote: > Don't remove this code until the upgrade is done on the server. Done. http://codereview.appspot.com/5496050/diff/2001/fix_issue.py File fix_issue.py (right): http://codereview.appspot.com/5496050/diff/2001/fix_issue.py#newcode76 fix_issue.py:76: class Put(op.base.Operation): On 2011/12/16 15:51:16, M-A wrote: > I didn't know that. I initially looked at op.db.Put() to see if it would support a list of instances instead of just one, but it does not. I then looked to see if there was a class like op.db.Put() that supported lists, but I did not find one. So I studied op.db.Put() and came up with this implementation for lists.
lgtm! Thanks!
Pushed as http://code.google.com/p/rietveld/source/detail?r=34e360745c66714cd1bfe209709... Please close.