diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-07 16:37:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:01 +0100 |
commit | c90ed568b224cec6e6783a982ae3af9056f399a3 (patch) | |
tree | 880014b310dec778c2ab2f0086b10d3f1216b65c /archaeological_operations/tests.py | |
parent | 849162d584d9a430f86be20cb0ce7affc916d0f4 (diff) | |
download | Ishtar-c90ed568b224cec6e6783a982ae3af9056f399a3.tar.bz2 Ishtar-c90ed568b224cec6e6783a982ae3af9056f399a3.zip |
Fix migrations and imports
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 7e8442197..2521651ae 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -63,6 +63,8 @@ from ishtar_common.models import ( IshtarUser, TargetKey, ImporterModel, + ImporterDefault, + ImporterDefaultValues, IshtarSiteProfile, Town, ImporterColumn, |