From cdea787942a9f6ee852f46fc187bcb280e30ed3f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 29 Oct 2018 23:36:17 +0100 Subject: Remove limitation to restore find data script --- scripts/restore_find_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/restore_find_data.py b/scripts/restore_find_data.py index 3dbbc4518..090647162 100644 --- a/scripts/restore_find_data.py +++ b/scripts/restore_find_data.py @@ -7,7 +7,7 @@ from ishtar_common.utils import update_data from archaeological_finds.models import Find -for item in Find.objects.all()[0:50]: +for item in Find.objects.all(): data = item.data for h in item.history.order_by('-history_modifier_id', '-history_date', '-history_id').all(): -- cgit v1.2.3