From fd89abf54954a22534d769f27a62608f32c367fa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 1 Aug 2018 18:10:02 +0200 Subject: Rstore lost parcel --- ishtar_common/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index b3ce847ce..af63cb7c1 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1176,7 +1176,6 @@ class FullSearch(models.Model): if hasattr(self, 'data') and self.data: content_type = ContentType.objects.get_for_model(self) - datas = [] for json_field in JsonDataField.objects.filter( content_type=content_type, search_index=True).all(): -- cgit v1.2.3