summaryrefslogtreecommitdiffstats
path: root/core/views/scans.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/scans.py')
-rw-r--r--core/views/scans.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/scans.py b/core/views/scans.py
index f0353b9..dae372a 100644
--- a/core/views/scans.py
+++ b/core/views/scans.py
@@ -288,7 +288,7 @@ def scansingle(request, path, file):
def allscans(request):
"""Returns all the wallets in the system, we would like to use
- the Django queryset SQL optimisation https://docs.djangoproject.com/en/3.2/ref/models/querysets/#prefetch-related
+ the Django queryset SQL optimisation https://docs.djangoproject.com/en/dev/ref/models/querysets/#prefetch-related
to get the related singlescan and survexblock objects but that requires rewriting this to do the query on those, not on
the wallets
"""