euscanwww: Watch/unwatch packages, categories, maintainers, overlays

Added a button for watch/unwatch and a dashboard with user selected
stuff only

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-10 16:15:06 +02:00
parent 02be58024a
commit fab19a6bfc
17 changed files with 507 additions and 59 deletions

View File

@ -88,8 +88,7 @@ class PackageModelTests(TestCase):
def test_overlays(self):
overlays, packages = setup_overlays()
overlay_names = [o["version__overlay"]
for o in Package.objects.overlays()]
overlay_names = Package.objects.overlays()
for overlay in overlays:
self.assertTrue(overlay in overlay_names)