diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-13 12:15:16 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-13 12:15:16 +0100 |
commit | a24804e9de1aec9a6a2e9d3cc8440f209497f642 (patch) | |
tree | 10dba2be70aab7fa4183bbda32ec0bde8a3ed972 /ishtar_common | |
parent | 36142d0d21e2aca26059244c14274727479863a6 (diff) | |
download | Ishtar-a24804e9de1aec9a6a2e9d3cc8440f209497f642.tar.bz2 Ishtar-a24804e9de1aec9a6a2e9d3cc8440f209497f642.zip |
Import: manage persontype
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/models_imports.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index fde4b3440..b5ce3323d 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -629,6 +629,7 @@ class TargetKey(models.Model): TARGET_MODELS = [ ('OrganizationType', _(u"Organization type")), ('ishtar_common.models.OrganizationType', _(u"Organization type")), + ('ishtar_common.models.PersonType', _(u"Person type")), ('TitleType', _(u"Title")), ('SourceType', _(u"Source type")), ('AuthorType', _(u"Author type")), |