Skip to content

Commit

Permalink
Merge pull request #566 from ProtixIT/import-ConnectionDoesNotExist
Browse files Browse the repository at this point in the history
Update where `ConnectionDoesNotExist` is imported from
  • Loading branch information
foarsitter authored Mar 21, 2024
2 parents 7b8a58b + a1530ad commit b3e75ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_softdeletable_model.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b3e75ab

Please sign in to comment.