From 9d5f0791187ff6b18d3ffa4db4d593fe96834e8d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Oct 2020 19:09:30 +0200 Subject: Refactoring of models. Document container - declare only id --- archaeological_files/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_files/models.py') diff --git a/archaeological_files/models.py b/archaeological_files/models.py index fbea67c81..8afd57d01 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -32,11 +32,13 @@ from ishtar_common.utils import cached_label_changed, get_cache, \ get_current_year, m2m_historization_changed from ishtar_common.models import GeneralType, BaseHistorizedItem, \ - HistoricalRecords, OwnPerms, Person, Organization, Department, Town, \ + OwnPerms, Person, Organization, Town, \ Dashboard, DashboardFormItem, ValueGetter, ShortMenuItem, \ OperationType, get_external_id, post_save_cache, Document, HistoryModel, \ SearchAltName, SearchVectorConfig, DocumentItem +from ishtar_common.models_common import HistoricalRecords, Department + from archaeological_operations.models import get_values_town_related, \ ClosedItem, ParcelItem -- cgit v1.2.3