diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-11 16:55:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:24 +0100 |
commit | 12c78be4ec9f89325ad80c148c92b6a306969bb5 (patch) | |
tree | dab32e80f0cee35c8597f8eb5f5432f2de814f89 /ishtar_common/models_imports.py | |
parent | 94af046feac22e336f8f5b4e55cc2394ee30bf97 (diff) | |
download | Ishtar-12c78be4ec9f89325ad80c148c92b6a306969bb5.tar.bz2 Ishtar-12c78be4ec9f89325ad80c148c92b6a306969bb5.zip |
Container: generate index by location not responsibility
Diffstat (limited to 'ishtar_common/models_imports.py')
-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 3bb6c50b8..b3b64bd65 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -726,6 +726,7 @@ TARGET_MODELS = [ ('ishtar_common.models.PersonType', _("Person type")), ('TitleType', _("Title")), ('SourceType', _("Source type")), + ('ishtar_common.models.SourceType', _("Source type")), ('AuthorType', _("Author type")), ('Format', _("Format")), ('ishtar_common.models.Format', _("Format")), |