summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index ec5c2bd..9410e13 100644
--- a/main/models.py
+++ b/main/models.py
@@ -293,7 +293,7 @@ class Package(models.Model):
return (sort_order.get(dep.deptype, 1000), dep.name)
return sorted(deps, key=sort_key)
- @cache_function(123)
+ #@cache_function(123)
def reverse_conflicts(self):
"""
Returns a list of packages with conflicts against this package.