From 1c5c021e04f01e0a9753bfac1e4439e2d69f94bf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Jan 2017 20:01:36 +0100 Subject: Import: add types --- ishtar_common/models.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 0bc0a607d..d1d58f184 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2049,10 +2049,13 @@ TARGET_MODELS = [ _(u"Conservatory state")), ('archaeological_finds.models.PreservationType', _(u"Preservation type")), ('archaeological_finds.models.ObjectType', _(u"Object type")), + ('archaeological_finds.models.IntegrityType', _(u"Integrity type")), + ('archaeological_finds.models.RemarkabilityType', _(u"Remarkability type")), ('archaeological_context_records.models.IdentificationType', _("Identification type")), ('archaeological_context_records.models.RelationType', _(u"Context record relation type")), + ('SpatialReferenceSystem', _(u"Spatial reference system")), ('SupportType', _(u"Support type")), ] -- cgit v1.2.3