mirror of
https://github.com/django/django.git
synced 2025-09-15 06:55:32 +00:00
utils.importlib is deprecated
This commit is contained in:
parent
679627660f
commit
9f73629420
4 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue