diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 37: mention the django ticket i filed

Message ID 20110720051049.14865.95984.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson July 20, 2011, 5:10 a.m. UTC
------------------------------------------------------------
revno: 37
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2011-07-20 17:08:59 +1200
message:
  mention the django ticket i filed
modified:
  lava_scheduler_daemon/dbjobsource.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== 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