summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-16 15:34:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-16 15:34:00 +0200
commitf96a3a91359d4f86fb54fb20b19c35f4281b475e (patch)
treee4fff775d012cc7dd33cdc75cad1681fb0f0528e /archaeological_finds/models_treatments.py
parent397858e3dbe21488711c739028cc4803a37076d1 (diff)
downloadIshtar-f96a3a91359d4f86fb54fb20b19c35f4281b475e.tar.bz2
Ishtar-f96a3a91359d4f86fb54fb20b19c35f4281b475e.zip
Disable site naturalk key (circular dependency problem with operations)
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r--archaeological_finds/models_treatments.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 93a45164b..6a57a77f5 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -27,14 +27,13 @@ from django.template.defaultfilters import slugify
from django.utils.translation import ugettext_lazy as _, pgettext_lazy, \
activate, deactivate
-from ishtar_common.models import ExternalIdManager
from archaeological_finds.models_finds import Find, FindBasket, TreatmentType
from archaeological_operations.models import ClosedItem, Operation
from archaeological_warehouse.models import Warehouse, Container
from ishtar_common.models import Document, GeneralType, \
ImageModel, BaseHistorizedItem, OwnPerms, HistoricalRecords, Person, \
Organization, ValueGetter, post_save_cache, ShortMenuItem, \
- DashboardFormItem
+ DashboardFormItem, ExternalIdManager
from ishtar_common.utils import cached_label_changed, get_current_year