Message ID | 20110720051049.14865.95984.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_scheduler_daemon/dbjobsource.py' --- lava_scheduler_daemon/dbjobsource.py 2011-07-20 04:58:48 +0000 +++ lava_scheduler_daemon/dbjobsource.py 2011-07-20 05:08:59 +0000 @@ -60,6 +60,7 @@ # operations have been made to the database. But Django is # stupi^Wconservative and assumes the queries that have been # issued might have been modifications. + # See https://code.djangoproject.com/ticket/16491. transaction.rollback() return None