From 771c08b9be1f7875e0216e381ab0a81ef0d26256 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 24 Jul 2015 16:05:20 +0100 Subject: toaster: hide irrelevant builds in the project builds view This patch fixes the project builds view so it doesn't show "in progress" builds or builds for other projects. Note that this also modifies the "all builds" view to use the same queryset filtering as the project builds. This is to avoid excluding "in progress" builds more than once, which is what was happening before. The patch also has a minor change to ensure that when displaying the project builds page, only builds for that project are in the results. The queryset filtering is now split over several lines so you can see what's going on. [YOCTO #8236] [YOCTO #8187] Signed-off-by: Alexandru DAMIAN Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- toaster-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'toaster-requirements.txt') diff --git a/toaster-requirements.txt b/toaster-requirements.txt index 1d92d5e3a..c4a222155 100644 --- a/toaster-requirements.txt +++ b/toaster-requirements.txt @@ -3,3 +3,4 @@ South==0.8.4 argparse==1.2.1 wsgiref==0.1.2 filemagic==1.6 +beautifulsoup4>=4.4.0 -- cgit 1.2.3-korg