summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/models.py b/main/models.py
index 677647a..a5d6c42 100644
--- a/main/models.py
+++ b/main/models.py
@@ -73,9 +73,6 @@ class TodolistManager(models.Manager):
return self.filter(todolistpkg__complete=False).distinct()
class PackageManager(models.Manager):
- def flagged(self):
- return self.filter(flag_date__isnull=False)
-
def normal(self):
return self.select_related('arch', 'repo')