From 3b671732319aa14f194821a8f547ae280e1e0648 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 1 Sep 2021 17:58:56 +0200 Subject: Migration to Django 2.2 - missing on_delete - django.urls import reverse --- archaeological_operations/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/wizards.py') diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index a58e7437d..7afe73442 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -21,9 +21,9 @@ import logging from django.conf import settings from django.core.exceptions import ObjectDoesNotExist -from django.core.urlresolvers import reverse from django.http import Http404 from django.shortcuts import render +from django.urls import reverse from ishtar_common.utils import ugettext_lazy as _ from archaeological_files.models import File -- cgit v1.2.3