From bb7d43e29fdb0adb9496f1675b086511ecaf0db6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 9 Nov 2012 12:10:25 +0100 Subject: [PATCH] typo --- pandora/archive/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/views.py b/pandora/archive/views.py index 53630ef6f..d9eea7025 100644 --- a/pandora/archive/views.py +++ b/pandora/archive/views.py @@ -95,7 +95,7 @@ def update(request): f.save() if not upload_only: all_files = models.Instance.objects.filter(volume__user=user) - files = all_files.filter(file__avalable=False) + files = all_files.filter(file__available=False) if volume: files = files.filter(volume=volume) response['data']['info'] = [f.file.oshash for f in all_files.filter(file__info='{}')]