summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-01 18:10:02 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-13 18:26:03 +0200
commitad6fd98f3416d9d9e2686d4607b2feae8ade5383 (patch)
tree86516f6293627e14d0d9a3ad35dd8d7dd17e189c /ishtar_common
parentc6b17aa8d058fe581539bf722b6c5cc2c6711fb0 (diff)
downloadIshtar-ad6fd98f3416d9d9e2686d4607b2feae8ade5383.tar.bz2
Ishtar-ad6fd98f3416d9d9e2686d4607b2feae8ade5383.zip
Rstore lost parcel
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/models.py1
1 files changed, 0 insertions, 1 deletions
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():