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 | a80d3fc9e5303558419e9c97ccd335a0ac46fbe1 (patch) | |
| tree | 880014b310dec778c2ab2f0086b10d3f1216b65c /archaeological_operations/tests.py | |
| parent | 59f97318687a19a8623261aff0bc875ca99c5c7c (diff) | |
| download | Ishtar-a80d3fc9e5303558419e9c97ccd335a0ac46fbe1.tar.bz2 Ishtar-a80d3fc9e5303558419e9c97ccd335a0ac46fbe1.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,  | 
