mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update where ConnectionDoesNotExist is imported from
It was moved to a different package in Django 3.2.
This commit is contained in:
parent
7b8a58b871
commit
a1530ad838
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