From 43ae3f7a4870fac32fb2d10874ad539364aee66f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Feb 2017 09:57:02 +0100 Subject: Finds: batch is now a real type (refs #3435) --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 418b18a82..723125149 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2124,6 +2124,7 @@ TARGET_MODELS = [ ('archaeological_finds.models.ObjectType', _(u"Object type")), ('archaeological_finds.models.IntegrityType', _(u"Integrity type")), ('archaeological_finds.models.RemarkabilityType', _(u"Remarkability type")), + ('archaeological_finds.models.BatchType', _(u"Batch type")), ('archaeological_context_records.models.IdentificationType', _("Identification type")), ('archaeological_context_records.models.RelationType', -- cgit v1.2.3