diff options
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 |
commit | 1e3da04336b9095e4497d098ea19c3178bc74cf6 (patch) | |
tree | 9cd21bf7e51d271b958a9a4b2b85367adbb97992 /archaeological_files/models.py | |
parent | cf6139abc5a64a2ff52eccdcf0424870cff6d57c (diff) | |
download | Ishtar-1e3da04336b9095e4497d098ea19c3178bc74cf6.tar.bz2 Ishtar-1e3da04336b9095e4497d098ea19c3178bc74cf6.zip |
Refactoring of models. Document container - declare only id
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r-- | archaeological_files/models.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 |