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 | 785d6dbe94ef643ddbd1860de9bf9318878a4e35 (patch) | |
tree | e4fff775d012cc7dd33cdc75cad1681fb0f0528e /archaeological_context_records | |
parent | 5aa11c751acecb6d5a3a56f45f74d17d64a358d1 (diff) | |
download | Ishtar-785d6dbe94ef643ddbd1860de9bf9318878a4e35.tar.bz2 Ishtar-785d6dbe94ef643ddbd1860de9bf9318878a4e35.zip |
Disable site naturalk key (circular dependency problem with operations)
Diffstat (limited to 'archaeological_context_records')
-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 |