diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-23 20:01:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-23 20:01:36 +0100 |
commit | ba6e9a1a6d02d031e7d2e605a894139f1d6c69d2 (patch) | |
tree | d72aee88fb03744fc69eb871a461b02fd3637911 /ishtar_common/models.py | |
parent | ce84c790f0bb64ef5a195757fd7a3175767a45ae (diff) | |
download | Ishtar-ba6e9a1a6d02d031e7d2e605a894139f1d6c69d2.tar.bz2 Ishtar-ba6e9a1a6d02d031e7d2e605a894139f1d6c69d2.zip |
Import: add types
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
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")), ] |