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 | 277829bdf01336802b452e7c81a0f2e3e2f6ecd3 (patch) | |
tree | 99c28890ccda877f8a906c6233fdabd1bec002ed /ishtar_common/models.py | |
parent | 7eea6fc79a93bb0adf8a3322831f0923d4152c1a (diff) | |
download | Ishtar-277829bdf01336802b452e7c81a0f2e3e2f6ecd3.tar.bz2 Ishtar-277829bdf01336802b452e7c81a0f2e3e2f6ecd3.zip |
Finds: batch is now a real type (refs #3435)
Diffstat (limited to 'ishtar_common/models.py')
-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', |