summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-12 12:51:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-12 12:51:33 +0200
commit4aa6e59b2968e14e9f111fa4f3fceb874c91ca4b (patch)
tree77cf053cd77039a12da1ebce51949ccff32edb0f /ishtar_common/models.py
parent4fcc46584a2f55048173c0d718be5bf76a74127d (diff)
parentd1c9935cb0c462b3952c54e4e708ac2ea38356b2 (diff)
downloadIshtar-4aa6e59b2968e14e9f111fa4f3fceb874c91ca4b.tar.bz2
Ishtar-4aa6e59b2968e14e9f111fa4f3fceb874c91ca4b.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 639e44af3..5c84447a4 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -2220,6 +2220,8 @@ TARGET_MODELS = [
('archaeological_context_records.models.Unit', _(u"Unit")),
('archaeological_context_records.models.ActivityType',
_(u"Activity type")),
+ ('archaeological_context_records.models.DocumentationType',
+ _(u"Documentation type")),
('archaeological_finds.models.MaterialType', _(u"Material")),
('archaeological_finds.models.ConservatoryState',
_(u"Conservatory state")),