Merge pull request #566 from ProtixIT/import-ConnectionDoesNotExist

Update where `ConnectionDoesNotExist` is imported from
This commit is contained in:
Jelmer 2024-03-21 14:41:07 +01:00 committed by GitHub
commit b3e75ab906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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