Message ID | 20120830021313.18983.75376.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/views.py' --- dashboard_app/views.py 2012-07-18 05:20:11 +0000 +++ dashboard_app/views.py 2012-08-30 02:12:14 +0000 @@ -920,7 +920,7 @@ ) test_runs = TestRun.objects.filter( - bundle_id__in=list(bundle_id_to_data), + bundle__id__in=list(bundle_id_to_data), ).select_related( 'bundle', 'denormalization', 'test').prefetch_related( 'launchpad_bugs')