diff options
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 |
commit | f96a3a91359d4f86fb54fb20b19c35f4281b475e (patch) | |
tree | e4fff775d012cc7dd33cdc75cad1681fb0f0528e /archaeological_context_records/models.py | |
parent | 397858e3dbe21488711c739028cc4803a37076d1 (diff) | |
download | Ishtar-f96a3a91359d4f86fb54fb20b19c35f4281b475e.tar.bz2 Ishtar-f96a3a91359d4f86fb54fb20b19c35f4281b475e.zip |
Disable site naturalk key (circular dependency problem with operations)
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 58acfd148..60f8fce1b 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -34,8 +34,8 @@ from ishtar_common.utils import cached_label_changed from ishtar_common.models import Document, GeneralType, \ BaseHistorizedItem, HistoricalRecords, OwnPerms, ShortMenuItem, \ GeneralRelationType, GeneralRecordRelations, post_delete_record_relation,\ - post_save_cache, ValueGetter, BulkUpdatedItem, \ - RelationItem, Town, get_current_profile, ExternalIdManager + post_save_cache, ValueGetter, BulkUpdatedItem, ExternalIdManager, \ + RelationItem, Town, get_current_profile from archaeological_operations.models import Operation, Period, Parcel, \ ArchaeologicalSite |