diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-11-03 13:23:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | b349dad9eb19a745f6792328cad1e0d58e385373 (patch) | |
tree | 943104fdefe77a5fff6d0f7d8ca247bd22a76238 /ishtar_common/models_imports.py | |
parent | 145ea72a4e5b0bfae0ba14dcfdebdc58b51453e6 (diff) | |
download | Ishtar-b349dad9eb19a745f6792328cad1e0d58e385373.tar.bz2 Ishtar-b349dad9eb19a745f6792328cad1e0d58e385373.zip |
Import match page: add edit type link - Fix default - Fix for document import
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 1f00ca07c..997d3d00d 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -731,6 +731,11 @@ TARGET_MODELS = [ ('SourceType', _("Source type")), ('AuthorType', _("Author type")), ('Format', _("Format")), + ('ishtar_common.models.Format', _("Format")), + ('ishtar_common.models.LicenseType', _("License type")), + ('ishtar_common.models.DocumentTag', _("Document tag")), + ('ishtar_common.models.Language', _("Language")), + ('ishtar_common.models.SupportType', _("Support type")), ('archaeological_operations.models.OperationType', _("Operation type")), ('archaeological_operations.models.Period', _("Period")), ('archaeological_operations.models.ReportState', _("Report state")), |