summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-01 17:58:56 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:58 +0100
commiteec69099f0c6dfdcef5acc15d57dadc7cd04813b (patch)
treeaa16f6f20916eecc7a99d9eed661d8bd1ddf9522 /archaeological_operations/tests.py
parent12ee58b40c9ac73ee42ab08a18246399485adb9a (diff)
downloadIshtar-eec69099f0c6dfdcef5acc15d57dadc7cd04813b.tar.bz2
Ishtar-eec69099f0c6dfdcef5acc15d57dadc7cd04813b.zip
Migration to Django 2.2 - missing on_delete - django.urls import reverse
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index e7cbe670c..e70b701c4 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -30,10 +30,10 @@ from django.conf import settings
from django.contrib.auth.models import Group
from django.contrib.contenttypes.models import ContentType
from django.core.files.uploadedfile import SimpleUploadedFile
-from django.core.urlresolvers import reverse
from django.db.models import Q
from django.test import tag
from django.test.client import Client
+from django.urls import reverse
from django.utils.text import slugify
from django.contrib.auth.models import User, Permission