Update where ConnectionDoesNotExist is imported from

It was moved to a different package in Django 3.2.
This commit is contained in:
Maarten ter Huurne 2023-03-16 21:46:15 +01:00
parent 7b8a58b871
commit a1530ad838

View file

@ -1,5 +1,5 @@
from django.db.utils import ConnectionDoesNotExist
from django.test import TestCase
from django.utils.connection import ConnectionDoesNotExist
from tests.models import SoftDeletable