utils.importlib is deprecated

This commit is contained in:
Andrew Godwin 2013-08-09 17:36:16 +01:00
parent 679627660f
commit 9f73629420
4 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import os
from django.utils.importlib import import_module
from importlib import import_module
from django.utils.functional import cached_property
from django.db.models.loading import cache
from django.db.migrations.recorder import MigrationRecorder