diff options
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) | 
