diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 04:44:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 04:44:35 +0200 |
commit | d8fd8310ecc13561a89662eabdad92d5c3908206 (patch) | |
tree | ca006d9658f2acfc6c643317b3ce45225404b4e7 /ishtar_common/models.py | |
parent | deb558cfb82718cd0a719e98c1e78a67f444910e (diff) | |
parent | 044733418fd585a2037fef6136584cbc8d71d1af (diff) | |
download | Ishtar-d8fd8310ecc13561a89662eabdad92d5c3908206.tar.bz2 Ishtar-d8fd8310ecc13561a89662eabdad92d5c3908206.zip |
Merge branch 'master' into develop
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 2a7e386b2..6082fb4e0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2288,6 +2288,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")), |