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_finds/models_finds.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_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 539ba2325..1ef9d5846 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -38,14 +38,12 @@ from ishtar_common.alternative_configs import ALTERNATE_CONFIGS from ishtar_common.models import Document, GeneralType, \ HierarchicalType, BaseHistorizedItem, ShortMenuItem, LightHistorizedItem, \ HistoricalRecords, OwnPerms, Person, Basket, post_save_cache, \ - ValueGetter, get_current_profile, IshtarSiteProfile + ValueGetter, get_current_profile, IshtarSiteProfile, PRIVATE_FIELDS, \ + SpatialReferenceSystem, BulkUpdatedItem, ExternalIdManager from archaeological_operations.models import AdministrativeAct, Operation from archaeological_context_records.models import ContextRecord, Dating -from ishtar_common.models import PRIVATE_FIELDS, SpatialReferenceSystem, \ - BulkUpdatedItem, ExternalIdManager - class MaterialType(HierarchicalType): code = models.CharField(_(u"Code"), max_length=10, blank=True, null=True) |
