mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Merge pull request #566 from ProtixIT/import-ConnectionDoesNotExist
Update where `ConnectionDoesNotExist` is imported from
This commit is contained in:
commit
b3e75ab906
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue