diff options
| -rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 586a69c314..7ebcfc1150 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
| @@ -1892,7 +1892,7 @@ if True: | |||
| 1892 | # be able to display something. 'count' and 'page' are mandatory for all views | 1892 | # be able to display something. 'count' and 'page' are mandatory for all views |
| 1893 | # that use paginators. | 1893 | # that use paginators. |
| 1894 | 1894 | ||
| 1895 | queryset = Build.objects.filter(outcome__lte = Build.IN_PROGRESS) | 1895 | queryset = Build.objects.exclude(outcome = Build.IN_PROGRESS) |
| 1896 | 1896 | ||
| 1897 | context, pagesize, orderby = _build_list_helper(request, queryset) | 1897 | context, pagesize, orderby = _build_list_helper(request, queryset) |
| 1898 | 1898 | ||
