Skip to content

Commit

Permalink
Update where ConnectionDoesNotExist is imported from
Browse files Browse the repository at this point in the history
It was moved to a different package in Django 3.2.
  • Loading branch information
mthuurne committed Mar 21, 2024
1 parent 7b8a58b commit a1530ad
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 a1530ad

Please sign in to comment.