diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 221: add status to list_filter for TestJob

Message ID 20121030082810.11836.70962.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Oct. 30, 2012, 8:28 a.m. UTC
------------------------------------------------------------
revno: 221
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-10-30 09:27:20 +0100
message:
  add status to list_filter for TestJob
modified:
  lava_scheduler_app/admin.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_app/admin.py'
--- lava_scheduler_app/admin.py	2012-07-15 23:49:56 +0000
+++ lava_scheduler_app/admin.py	2012-10-30 08:27:20 +0000
@@ -42,6 +42,7 @@ 
 
 
 class TestJobAdmin(admin.ModelAdmin):
+    list_filter = ['status']
     raw_id_fields = ['_results_bundle']