Message ID | 20110819041912.15936.85920.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/templates/dashboard_app/test_run_detail.html' --- dashboard_app/templates/dashboard_app/test_run_detail.html 2011-07-18 16:29:23 +0000 +++ dashboard_app/templates/dashboard_app/test_run_detail.html 2011-08-19 04:17:06 +0000 @@ -22,7 +22,7 @@ <th>{% trans "Measurement" %}</th> </tr> <tbody> - {% for test_result in test_run.test_results.all %} + {% for test_result in test_run.test_results.select_related.all %} <tr> <td width="1%">{{ test_result.relative_index }}</td> <td>{{ test_result.test_case|default_if_none:"<em>Not specified</em>" }}</td>