summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-10-07 19:09:30 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:21 +0100
commit1e3da04336b9095e4497d098ea19c3178bc74cf6 (patch)
tree9cd21bf7e51d271b958a9a4b2b85367adbb97992 /archaeological_finds/models_treatments.py
parentcf6139abc5a64a2ff52eccdcf0424870cff6d57c (diff)
downloadIshtar-1e3da04336b9095e4497d098ea19c3178bc74cf6.tar.bz2
Ishtar-1e3da04336b9095e4497d098ea19c3178bc74cf6.zip
Refactoring of models. Document container - declare only id
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r--archaeological_finds/models_treatments.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index a7af1117e..073083af4 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -35,10 +35,11 @@ from archaeological_context_records.models import Dating
from archaeological_warehouse.models import Warehouse, Container
from ishtar_common.model_managers import ExternalIdManager
from ishtar_common.models import Document, GeneralType, \
- ImageModel, BaseHistorizedItem, OwnPerms, HistoricalRecords, Person, \
+ ImageModel, BaseHistorizedItem, OwnPerms, Person, \
Organization, ValueGetter, post_save_cache, ShortMenuItem, \
DashboardFormItem, document_attached_changed, \
HistoryModel, SearchAltName, SearchVectorConfig, DocumentItem
+from ishtar_common.models_common import HistoricalRecords
from ishtar_common.utils import cached_label_changed, get_current_year, \
update_data, m2m_historization_changed