diff options
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
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 |