From b70ce24512fe2c4c8baa379f1204017c177a3230 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 24 May 2019 11:46:29 +0200 Subject: DocumentItem: fix inapropriate heritage --- ishtar_common/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 67e6f5371..521a3239e 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1846,8 +1846,7 @@ class GeoItem(models.Model): return self._geojson_serialize('multi_polygon') -class BaseHistorizedItem(DocumentItem, FullSearch, Imported, JsonData, - FixAssociated): +class BaseHistorizedItem(FullSearch, Imported, JsonData, FixAssociated): """ Historized item with external ID management. All historized items are searchable and have a data json field. -- cgit v1.2.3