diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 09:57:02 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 10:33:16 +0100 | 
| commit | 43ae3f7a4870fac32fb2d10874ad539364aee66f (patch) | |
| tree | 99c28890ccda877f8a906c6233fdabd1bec002ed /ishtar_common | |
| parent | efebfe2dbcd7b8984c630069fcde6611bacf36d5 (diff) | |
| download | Ishtar-43ae3f7a4870fac32fb2d10874ad539364aee66f.tar.bz2 Ishtar-43ae3f7a4870fac32fb2d10874ad539364aee66f.zip  | |
Finds: batch is now a real type (refs #3435)
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
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',  | 
